summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-11 14:44:40 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-11 14:46:39 +0100
commit459f7d732d5c4b5094a51933d40c0f722f4ed00a (patch)
tree836c3a415608c6121fb09a922f13836331f2b6a1 /dev-python/python-scsi
parentsys-process/htop: Bump to version 2.0.0 (bug #574424). (diff)
downloadgentoo-459f7d732d5c4b5094a51933d40c0f722f4ed00a.tar.gz
gentoo-459f7d732d5c4b5094a51933d40c0f722f4ed00a.tar.bz2
gentoo-459f7d732d5c4b5094a51933d40c0f722f4ed00a.zip
dev-python/python-scsi: Add missing build time dep
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/python-scsi')
-rw-r--r--dev-python/python-scsi/python-scsi-0_pre160211.ebuild2
-rw-r--r--dev-python/python-scsi/python-scsi-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
index 5754950f1fbd..b5d7849179f9 100644
--- a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
+++ b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
@@ -19,6 +19,8 @@ LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
S="${WORKDIR}"/${PN}-${HASH}
pkg_postinst() {
diff --git a/dev-python/python-scsi/python-scsi-9999.ebuild b/dev-python/python-scsi/python-scsi-9999.ebuild
index 6a6e10d519ed..ae266b99c69b 100644
--- a/dev-python/python-scsi/python-scsi-9999.ebuild
+++ b/dev-python/python-scsi/python-scsi-9999.ebuild
@@ -17,3 +17,5 @@ SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"