dev-python/moddb: add missing dep on pkg-resources

and drop old python compat

Closes: https://bugs.gentoo.org/972791
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Nowa Ammerlaan
2026-06-05 21:00:44 +02:00
parent 39ba4a1f09
commit d1a9bd8c1c

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
@@ -20,6 +20,8 @@ KEYWORDS="~amd64 ~x86"
RESTRICT="test"
PROPERTIES="test? ( test_network )"
BDEPEND="dev-python/pkg-resources[${PYTHON_USEDEP}]"
RDEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]