dev-python/libiscsi-python: Add missing build time dep

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-02-11 14:46:27 +01:00
parent 3b47e8797e
commit 85f4249f64
2 changed files with 4 additions and 2 deletions

View File

@@ -19,4 +19,5 @@ KEYWORDS=""
IUSE=""
RDEPEND="net-libs/libiscsi"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"