summaryrefslogtreecommitdiff
path: root/net/py-aiocoap/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-aiocoap/files/patch-pyproject.toml')
-rw-r--r--net/py-aiocoap/files/patch-pyproject.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/py-aiocoap/files/patch-pyproject.toml b/net/py-aiocoap/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b57c57f0df6f
--- /dev/null
+++ b/net/py-aiocoap/files/patch-pyproject.toml
@@ -0,0 +1,23 @@
+--- pyproject.toml.orig 2025-11-05 01:21:23 UTC
++++ pyproject.toml
+@@ -2,7 +2,7 @@
+ # SPDX-License-Identifier: MIT
+
+ [build-system]
+-requires = [ "setuptools >= 77.0" ]
++requires = [ "setuptools >= 61.0" ]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -13,10 +13,7 @@ authors = [
+ { name = "Christian Amsüss", email = "chrysn@fsfe.org" },
+ { name = "the aiocoap contributors" },
+ ]
+-license = "MIT AND BSD-3-Clause"
+-license-files = [
+- "LICENSES/*",
+-]
++license = { text = "MIT AND BSD-3-Clause" }
+ keywords = [ "coap", "asyncio", "iot" ]
+ classifiers= [
+ "Development Status :: 5 - Production/Stable",