From 31231d5b13ff8d417547a7cf0e4a8ced7495482ff198e247a30a283d755a9ad3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 20 Jan 2007 01:55:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=7 --- psycopg2-2.0.2-pg_includedir.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 psycopg2-2.0.2-pg_includedir.patch diff --git a/psycopg2-2.0.2-pg_includedir.patch b/psycopg2-2.0.2-pg_includedir.patch deleted file mode 100644 index 5b5ac9a..0000000 --- a/psycopg2-2.0.2-pg_includedir.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: psycopg2-2.0.2/setup.py -=================================================================== ---- psycopg2-2.0.2.orig/setup.py 2006-06-11 10:32:10.000000000 -0300 -+++ psycopg2-2.0.2/setup.py 2006-06-22 03:39:56.000000000 -0300 -@@ -265,6 +265,9 @@ if sys.platform != 'win32': - else: - define_macros.append(('PSYCOPG_VERSION', '\\"'+PSYCOPG_VERSION_EX+'\\"')) - -+# PostgreSQL include directory -+include_dirs.append('/usr/include/pgsql') -+ - # build the extension - - sources = map(lambda x: os.path.join('psycopg', x), sources)