opnsense-ports/x11-fonts/py-axisregistry/files/patch-setup.py
Franco Fichtner 46e9416615 */*: sync with upstream
Taken from: FreeBSD
2022-07-01 11:38:31 +02:00

10 lines
296 B
Python

--- setup.py.orig 2022-06-23 17:45:59 UTC
+++ setup.py
@@ -42,6 +42,6 @@ setup(
"Programming Language :: Python :: 3",
],
python_requires=">=3.7",
- setup_requires=["setuptools_scm>=4,<6.1"],
+ setup_requires=["setuptools_scm>=4"],
install_requires=["protobuf"],
)