opnsense-ports/x11-fonts/py-axisregistry/files/patch-setup.py
Franco Fichtner 84c5ea69ee */*: sync with upstream
Taken from: FreeBSD
2025-02-06 12:31:11 +01:00

11 lines
300 B
Python

--- setup.py.orig 2025-01-27 13:14:54 UTC
+++ setup.py
@@ -47,7 +47,7 @@ setup(
"setuptools_scm[toml]>=6.2",
],
install_requires=[
- "protobuf>=3.19.4, <4",
+ "protobuf>=3.19.4",
"fonttools",
"importlib_resources ; python_version < '3.10'",
],