lbry-android-sdk/recipes/coincurve/drop_setup_requires.patch

13 lines
346 B
Diff
Raw Normal View History

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