commit: ca1fe53964816b33c897643d8325021cb41e26cb
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:03:53 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 20:04:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1fe539
dev-python/pyroute2: add missing dep on setuptools
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild
b/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild
index c3889a7d63c..e4c7dab8008 100644
--- a/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild
+++ b/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]
)