ports/comms/py-pyocd/files/patch-pyproject.toml
Shapovalov Alexey ddddf993a0 comms/py-pylink-square: Python interface for the SEGGER J-Link
Sponsored by:   Serenity Cybersecurity, LLC
2024-08-17 23:44:40 +03:00

10 lines
305 B
TOML
Executable file

--- pyproject.toml.orig 2022-07-06 18:57:45 UTC
+++ pyproject.toml
@@ -5,7 +5,6 @@ requires = [
"setuptools>=51",
"wheel",
"setuptools_scm[toml]>=6.0,<7.0; python_version < \"3.7\"",
- "setuptools_scm[toml]>=7.0; python_version >= \"3.7\"",
]
build-backend = "setuptools.build_meta"