mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Closes: https://bugs.gentoo.org/855323 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
11 lines
264 B
Diff
11 lines
264 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -42,6 +42,6 @@
|
|
"Programming Language :: Python :: 3",
|
|
],
|
|
python_requires=">=3.7",
|
|
- setup_requires=["setuptools_scm>=4,<6.1"],
|
|
+ setup_requires=["setuptools_scm>=4"],
|
|
install_requires=["protobuf"],
|
|
)
|