dev-python/decopatch: remove pkg_resources

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-03-28 22:17:17 +05:00
parent bc901cd86c
commit 5fd6e32b57
2 changed files with 29 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2025 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,10 @@ KEYWORDS="~amd64"
RDEPEND="dev-python/makefun[${PYTHON_USEDEP}]"
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}/${P}-python12.patch" )
PATCHES=(
"${FILESDIR}/${P}-python12.patch"
"${FILESDIR}/${P}-pkg_resources.patch"
)
EPYTEST_PLUGINS=( pytest-cases )
EPYTEST_DESELECT=(