1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/math/py-secp256k1/files/patch-setup.py
Vanilla I. Shu 4cf6004d2e Add py-secp256k1 0.13.2, FFI bindings to libsecp256k1.
PR:		228529
Submitted by:	Waitman Gobble <waitman@waitman.net>
2018-05-29 03:25:25 +00:00

12 lines
319 B
Python

--- 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'],