aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-simplegeneric/remove-setup-warning.patch
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-03-17 21:00:43 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-04 06:04:24 +0000
commit32c78abf1de20b0442b55d5893d32ac5383bea11 (patch)
treeb31103cc5198f9737c6d229275c481ad673e9982 /testing/py3-simplegeneric/remove-setup-warning.patch
parenta921727ddc01462f09607ac7f9a91097ebae069a (diff)
downloadaports-32c78abf1de20b0442b55d5893d32ac5383bea11.tar.bz2
aports-32c78abf1de20b0442b55d5893d32ac5383bea11.tar.xz
testing/py-simplegeneric: remove python2 support
Diffstat (limited to 'testing/py3-simplegeneric/remove-setup-warning.patch')
-rw-r--r--testing/py3-simplegeneric/remove-setup-warning.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/py3-simplegeneric/remove-setup-warning.patch b/testing/py3-simplegeneric/remove-setup-warning.patch
new file mode 100644
index 0000000000..cbb4c7a692
--- /dev/null
+++ b/testing/py3-simplegeneric/remove-setup-warning.patch
@@ -0,0 +1,12 @@
+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()