opnsense-ports/x11-fonts/py-axisregistry/files/patch-setup.py
Franco Fichtner 912e346657 */*: sync with upstream
Taken from: FreeBSD
2022-06-09 18:06:07 +02:00

11 lines
307 B
Python

--- setup.py.orig 2022-03-04 09:40:48 UTC
+++ setup.py
@@ -45,7 +45,7 @@ setup(
'Programming Language :: Python :: 3'
],
python_requires=">=3.7",
- setup_requires=['setuptools_scm>=4,<6.1'],
+ setup_requires=['setuptools_scm>=4'],
install_requires=[
'protobuf'
]