From b111e6a766b9d1fa6a48bd564f4fab99db4533be Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 17 Mar 2019 21:55:45 +0000 Subject: testing/py3-simplegeneric: move to community --- testing/py3-simplegeneric/remove-setup-warning.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testing/py3-simplegeneric/remove-setup-warning.patch (limited to 'testing/py3-simplegeneric/remove-setup-warning.patch') diff --git a/testing/py3-simplegeneric/remove-setup-warning.patch b/testing/py3-simplegeneric/remove-setup-warning.patch deleted file mode 100644 index cbb4c7a692..0000000000 --- a/testing/py3-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() -- cgit v1.2.3