mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/aiomysql: remove setuptools_scm_git_archive BDEPEND
Current setuptools-scm replaces it and version detection seems to be working without proper migration. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -22,7 +22,6 @@ KEYWORDS="~amd64 ~x86"
|
||||
RDEPEND="dev-python/pymysql[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
$(python_gen_impl_dep "ssl")
|
||||
dev-python/sqlalchemy[${PYTHON_USEDEP}]
|
||||
@@ -31,6 +30,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
DOCS=( CHANGES.txt {CONTRIBUTING,README}.rst )
|
||||
PATCHES=( "${FILESDIR}/${P}-git_archive.patch" )
|
||||
|
||||
EPYTEST_IGNORE=(
|
||||
# No Table.count() method in recent PyMySQL
|
||||
|
||||
12
dev-python/aiomysql/files/aiomysql-0.1.1-git_archive.patch
Normal file
12
dev-python/aiomysql/files/aiomysql-0.1.1-git_archive.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 4e903b7..ad127f2 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -5,7 +5,6 @@ requires = [
|
||||
|
||||
# Plugins
|
||||
"setuptools_scm[toml] >= 6.4",
|
||||
- "setuptools_scm_git_archive >= 1.1",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
Reference in New Issue
Block a user