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)