mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/axisregistry: remove setuptools_scm constraint
Closes: https://bugs.gentoo.org/835890 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -24,6 +24,8 @@ DEPEND="
|
|||||||
>=dev-python/setuptools_scm-4[${PYTHON_USEDEP}]
|
>=dev-python/setuptools_scm-4[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PATCHES=( "${FILESDIR}/${P}-remove-setuptools_scm-constraint.patch" )
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
python_prepare_all() {
|
python_prepare_all() {
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -45,7 +45,7 @@
|
||||||
|
'Programming Language :: Python :: 3'
|
||||||
|
],
|
||||||
|
python_requires=">=3.7",
|
||||||
|
- setup_requires=['setuptools_scm>=4,<6.1'],
|
||||||
|
+ setup_requires=['setuptools_scm>=4'],
|
||||||
|
install_requires=[
|
||||||
|
'protobuf'
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user