diff options
author | Kevin Daudt <ops@ikke.info> | 2018-09-15 17:01:44 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-09-17 06:36:13 +0000 |
commit | 5c547c54a6e77fe662e956275c9af234c3fa024a (patch) | |
tree | 3752ff55de8ad87cb2614d003383f3cbfdeafd0b /testing/py-simplegeneric/remove-setup-warning.patch | |
parent | c2b1920875df9a97ab4ad94d29b5501590495fb3 (diff) | |
download | aports-5c547c54a6e77fe662e956275c9af234c3fa024a.tar.bz2 aports-5c547c54a6e77fe662e956275c9af234c3fa024a.tar.xz |
testing/py-simplegeneric: new aport
dependency for ipython
Diffstat (limited to 'testing/py-simplegeneric/remove-setup-warning.patch')
-rw-r--r-- | testing/py-simplegeneric/remove-setup-warning.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/py-simplegeneric/remove-setup-warning.patch b/testing/py-simplegeneric/remove-setup-warning.patch new file mode 100644 index 0000000000..cbb4c7a692 --- /dev/null +++ b/testing/py-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() |