aboutsummaryrefslogtreecommitdiff
path: root/security/py-cryptography/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-cryptography/files/patch-pyproject.toml')
-rw-r--r--security/py-cryptography/files/patch-pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/py-cryptography/files/patch-pyproject.toml b/security/py-cryptography/files/patch-pyproject.toml
new file mode 100644
index 000000000000..13bd298738a5
--- /dev/null
+++ b/security/py-cryptography/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2025-05-18 02:39:52 UTC
++++ pyproject.toml
+@@ -21,8 +21,7 @@ readme = "README.rst"
+ ]
+ description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
+ readme = "README.rst"
+-license = "Apache-2.0 OR BSD-3-Clause"
+-license-files = [ "LICENSE", "LICENSE.APACHE", "LICENSE.BSD" ]
++license = { text = "Apache-2.0 OR BSD-3-Clause" }
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Developers",