diff options
Diffstat (limited to 'lang/python/python-cryptography/patches/001-disable-setup-requirements.patch')
-rw-r--r-- | lang/python/python-cryptography/patches/001-disable-setup-requirements.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python/python-cryptography/patches/001-disable-setup-requirements.patch b/lang/python/python-cryptography/patches/001-disable-setup-requirements.patch new file mode 100644 index 000000000..07ae483c2 --- /dev/null +++ b/lang/python/python-cryptography/patches/001-disable-setup-requirements.patch @@ -0,0 +1,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__"], |