mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user