summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-psycopg2
Commit message (Collapse)AuthorAgeFilesLines
* python-psycopg2: reinstate patch to avoid pg_configMark Asselstine2015-08-061-21/+42
| | | | | | | | | | | | | When building we get an error: Error: pg_config executable not found. Previously there was a patch that removed references to pg_config. This patch was dropped during the version uprev for an unknown reason. Reinstate this patch with minor updates to allow it to patch the new version of python-psycopg2 and get the build working again. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* 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-4/+7
| | | | | | | Added the reason for why it is necessary and the UpstreamStatus to the patch. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-psycopg2: added 2.5Mihai Prica2013-08-281-0/+17
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>