summaryrefslogtreecommitdiff
path: root/comms/py-pyocd/files/patch-pyproject.toml
blob: 8a28472c5cb78402b28b839f958c076b0b32a31b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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"