diff options
Diffstat (limited to 'security/py-cryptography-legacy/files/patch-pyproject.toml')
-rw-r--r-- | security/py-cryptography-legacy/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/py-cryptography-legacy/files/patch-pyproject.toml b/security/py-cryptography-legacy/files/patch-pyproject.toml new file mode 100644 index 000000000000..155640ff78c1 --- /dev/null +++ b/security/py-cryptography-legacy/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2021-08-24 17:17:17 UTC ++++ pyproject.toml +@@ -6,7 +6,6 @@ requires = [ + "wheel", + # Must be kept in sync with the `setup_requirements` in `setup.py` + "cffi>=1.12; platform_python_implementation != 'PyPy'", +- "setuptools-rust>=0.11.4", + ] + build-backend = "setuptools.build_meta" + |