summaryrefslogtreecommitdiffstats
path: root/lang/python/python-cryptography/patches/001-disable-setup-requirements.patch
blob: ea257adb2e6214b20aeae64faa79dce738e164c6 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/setup.py
+++ b/setup.py
@@ -243,6 +243,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__"],