lbry-android-sdk/recipes/coincurve/drop_setup_requires.patch
2022-12-09 14:47:05 -05:00

12 lines
346 B
Diff

diff --git a/setup.py b/setup.py
index f0d3ab3..05c9ee0 100644
--- a/setup.py
+++ b/setup.py
@@ -243,7 +243,6 @@ else:
return not has_system_lib()
setup_kwargs = dict(
- setup_requires=['cffi>=1.3.0', 'requests'],
ext_package='coincurve',
cffi_modules=['_cffi_build/build.py:ffi'],
cmdclass={