aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-cryptography/patches/001-disable-setup-requirements.patch
blob: 07ae483c2efe312cfe303378cbe2d1f4112bf816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py
index b5c05df..a777dd7 100644
--- a/setup.py
+++ b/setup.py
@@ -266,6 +266,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__"],