summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-07-24 16:26:43 +0200
committerJuergen Daubert <jue@jue.li>2015-07-24 16:26:43 +0200
commita504d0041ff4eb30c52c95a329cb88f7ca1d5efd (patch)
tree6e52229c1fa42a8c7a13c1cd93e08d7332af7e84
parent77a14ec226f6b8402dc4ce13c93bac428de6fe1f (diff)
downloadopt-a504d0041ff4eb30c52c95a329cb88f7ca1d5efd.tar.gz
opt-a504d0041ff4eb30c52c95a329cb88f7ca1d5efd.tar.xz
mysql-python: remove old patch
-rw-r--r--mysql-python/mysql-python-setup.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/mysql-python/mysql-python-setup.diff b/mysql-python/mysql-python-setup.diff
deleted file mode 100644
index 2d43183ba..000000000
--- a/mysql-python/mysql-python-setup.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru MySQL-python-1.2.3.orig/setup.py MySQL-python-1.2.3/setup.py
---- MySQL-python-1.2.3.orig/setup.py 2010-06-17 15:05:12.954472025 +0200
-+++ MySQL-python-1.2.3/setup.py 2010-04-27 10:00:04.000000000 +0200
-@@ -2,6 +2,8 @@
-
- import os
- import sys
-+from ez_setup import use_setuptools
-+use_setuptools()
- from setuptools import setup, Extension
-
- if not hasattr(sys, "hexversion") or sys.hexversion < 0x02030000:

Generated by cgit