packages/lang/python/python-cryptography/patches/001-disable-setup-requirements.patch
Jeffery To f47dfab5ae python-cryptography: update to 2.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 19:55:42 +08:00

10 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__"],