summaryrefslogtreecommitdiff
path: root/dev-python/psycopg/files/psycopg-2.4.2-setup.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/psycopg/files/psycopg-2.4.2-setup.py.patch')
-rw-r--r--dev-python/psycopg/files/psycopg-2.4.2-setup.py.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/psycopg/files/psycopg-2.4.2-setup.py.patch b/dev-python/psycopg/files/psycopg-2.4.2-setup.py.patch
deleted file mode 100644
index a35502270e1f..000000000000
--- a/dev-python/psycopg/files/psycopg-2.4.2-setup.py.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index e03876a..f5ec2ac 100644
---- a/setup.py
-+++ b/setup.py
-@@ -461,7 +461,7 @@ if parser.has_option('build_ext', 'mx_include_dir'):
- mxincludedir = parser.get('build_ext', 'mx_include_dir')
- else:
- mxincludedir = os.path.join(get_python_inc(plat_specific=1), "mx")
--if os.path.exists(mxincludedir):
-+if not use_pydatetime and os.path.exists(mxincludedir):
- # Build the support for mx: we will check at runtime if it can be imported
- include_dirs.append(mxincludedir)
- define_macros.append(('HAVE_MXDATETIME', '1')) \ No newline at end of file