diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-29 03:25:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-29 03:25:25 +0000 |
commit | 4cf6004d2e54e2194a2b48d83a5cba77f1806ac7 (patch) | |
tree | 5008c2cc8b4a6e85855cc97496d6216cf0cf4758 /math/py-secp256k1/files | |
parent | sysutils/dwatch-pwsnoop: Update to 0.1.1 (diff) |
Add py-secp256k1 0.13.2, FFI bindings to libsecp256k1.
PR: 228529
Submitted by: Waitman Gobble <waitman@waitman.net>
Notes
Notes:
svn path=/head/; revision=471077
Diffstat (limited to 'math/py-secp256k1/files')
-rw-r--r-- | math/py-secp256k1/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-secp256k1/files/patch-setup.py b/math/py-secp256k1/files/patch-setup.py new file mode 100644 index 000000000000..b826744e1490 --- /dev/null +++ b/math/py-secp256k1/files/patch-setup.py @@ -0,0 +1,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'], + |