summaryrefslogtreecommitdiff
path: root/math/py-secp256k1/files/patch-setup.py
blob: b826744e1490c35a08cb361310f07de879e18023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2016-09-16 14:22:47 UTC
+++ setup.py
@@ -263,7 +263,7 @@ setup(
     author_email='lud@tutanota.com',
     license='MIT',
 
-    setup_requires=['cffi>=1.3.0', 'pytest-runner==2.6.2'],
+    setup_requires=['cffi>=1.3.0'],
     install_requires=['cffi>=1.3.0'],
     tests_require=['pytest==2.8.7'],