packages/lang/python/python-cryptography/patches/001-disable-setup-requirements.patch
2018-10-18 16:56:47 +08:00

11 lines
228 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -235,6 +235,7 @@ class DummyPyTest(test):
with open(os.path.join(base_dir, "README.rst")) as f:
long_description = f.read()
+setup_requirements=[]
setup(
name=about["__title__"],