diff options
Diffstat (limited to 'testing/py-simplegeneric/remove-setup-warning.patch')
-rw-r--r-- | testing/py-simplegeneric/remove-setup-warning.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/py-simplegeneric/remove-setup-warning.patch b/testing/py-simplegeneric/remove-setup-warning.patch deleted file mode 100644 index cbb4c7a692..0000000000 --- a/testing/py-simplegeneric/remove-setup-warning.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/setup.py b/setup.py.new -index 0fd974742f..4a42241d37 100644 ---- a/setup.py -+++ b/setup.py.new -@@ -33,7 +33,6 @@ setup( - author="Phillip J. Eby", - author_email="peak@eby-sarna.com", - license="ZPL 2.1", -- test_suite = 'simplegeneric.test_suite', - py_modules = ['simplegeneric'], - classifiers = [ - line.strip() for line in open('classifiers.txt') if line.strip() |