summaryrefslogtreecommitdiff
path: root/www/py-flask-json/files/patch-setup.py
blob: dd895eea91a01a9a069b1bc5397f287ee3b0b246 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- setup.py.orig	2019-08-23 17:34:24 UTC
+++ setup.py
@@ -43,6 +43,5 @@ setup(
         'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
         'Topic :: Software Development :: Libraries :: Python Modules'
     ],
-    setup_requires=['pytest-runner'],
     tests_require=['pytest', 'pytest-cov']
 )