summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-psycopg2/remove-pg-config.patch
Commit message (Collapse)AuthorAgeFilesLines
* python-psycopg2: remove references to pg-configBruce Ashfield2013-08-281-1/+14
| | | | | | | | | pg-config is not provided as a native tool, so if called, the host version will be found. Since the values that are typically returned by pg-config can be determined in our build environment, we can safely remove the calls completely. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-psycopg2: Renamed patchMihai Prica2013-08-281-0/+20
Added the reason for why it is necessary and the UpstreamStatus to the patch. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>