mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
9 lines
276 B
Python
9 lines
276 B
Python
--- setup.py.orig 2023-01-11 17:08:40 UTC
|
|
+++ setup.py
|
|
@@ -46,5 +46,5 @@ setup(
|
|
"setuptools>=61.2",
|
|
"setuptools_scm[toml]>=6.2",
|
|
],
|
|
- install_requires=["protobuf>=3.19.4, <4", "fonttools"],
|
|
+ install_requires=["protobuf>=3.19.4", "fonttools"],
|
|
)
|