mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/gflanguages: remove setuptools_scm constraint
Closes: https://bugs.gentoo.org/835891 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
From 18d71003c12f241831811eff86337ddf2223d754 Mon Sep 17 00:00:00 2001
|
||||
From: Alessandro Barbieri <lssndrbarbieri@gmail.com>
|
||||
Date: Tue, 31 May 2022 10:52:28 +0200
|
||||
Subject: [PATCH] remove setuptools_scm constraint
|
||||
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -51,7 +51,7 @@
|
||||
'Programming Language :: Python :: 3'
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
- setup_requires=['setuptools_scm>=4,<6.1'],
|
||||
+ setup_requires=['setuptools_scm>=4'],
|
||||
install_requires=[
|
||||
'protobuf'
|
||||
]
|
||||
@@ -24,6 +24,8 @@ DEPEND="
|
||||
>=dev-python/setuptools_scm-4[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-remove-setuptools_scm-constraint.patch" )
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
|
||||
Reference in New Issue
Block a user