From 4ae728a348a0434ed095be049ed9e7f9dceec004fd78d4d4c3b35bdcdf684754 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 27 Oct 2006 12:12:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=3 --- psycopg2-stfu.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 psycopg2-stfu.patch diff --git a/psycopg2-stfu.patch b/psycopg2-stfu.patch new file mode 100644 index 0000000..b261742 --- /dev/null +++ b/psycopg2-stfu.patch @@ -0,0 +1,11 @@ +Index: psycopg2-2.0.2/setup.cfg +=================================================================== +--- psycopg2-2.0.2.orig/setup.cfg 2006-06-11 10:06:18.000000000 -0300 ++++ psycopg2-2.0.2/setup.cfg 2006-07-26 23:25:57.000000000 -0300 +@@ -1,5 +1,5 @@ + [build_ext] +-define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG ++define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3 + # PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this) + # PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower) + # HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3