mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/decopatch: remove pkg_resources
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user