summaryrefslogtreecommitdiff
path: root/security/py-cryptography-legacy/files/patch-pyproject.toml
blob: 155640ff78c1b3cf5174328ba1ac6cd64d2b75ea (plain) (blame)
1
2
3
4
5
6
7
8
9
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"