summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-psycopg2
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-11 14:40:18 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commita8c8d3bfaef25b0e6a369dfcedb16f7b95de730f (patch)
treec3d42d68e0ff890e6150e453d345e1e7a553384f /meta-openstack/recipes-devtools/python/python-psycopg2
parent03412fe2cee41990c101ba69ab40db871467754f (diff)
downloadmeta-cloud-services-a8c8d3bfaef25b0e6a369dfcedb16f7b95de730f.tar.gz
python-psycopg2: added 2.5
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-psycopg2')
-rw-r--r--meta-openstack/recipes-devtools/python/python-psycopg2/quick-fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2/quick-fix.patch b/meta-openstack/recipes-devtools/python/python-psycopg2/quick-fix.patch
new file mode 100644
index 0000000..0fa6e5e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-psycopg2/quick-fix.patch
@@ -0,0 +1,17 @@
1Index: psycopg2-2.5/setup.py
2===================================================================
3--- psycopg2-2.5.orig/setup.py
4+++ psycopg2-2.5/setup.py
5@@ -377,9 +377,9 @@ class psycopg_build_ext(build_ext):
6 self.libraries.append("pq")
7
8 try:
9- self.library_dirs.append(pg_config_helper.query("libdir"))
10- self.include_dirs.append(pg_config_helper.query("includedir"))
11- self.include_dirs.append(pg_config_helper.query("includedir-server"))
12+ #self.library_dirs.append(pg_config_helper.query("libdir"))
13+ #self.include_dirs.append(pg_config_helper.query("includedir"))
14+ #self.include_dirs.append(pg_config_helper.query("includedir-server"))
15 try:
16 # Here we take a conservative approach: we suppose that
17 # *at least* PostgreSQL 7.4 is available (this is the only