summaryrefslogtreecommitdiff
path: root/dev-python/python-scsi
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
parentbf9faf8ecd2d59d79eb9cebd07724c88e91d225e (diff)
downloadgentoo-459f7d732d5c4b5094a51933d40c0f722f4ed00a.tar.gz
gentoo-459f7d732d5c4b5094a51933d40c0f722f4ed00a.tar.xz
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 5754950f1fb..b5d7849179f 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 6a6e10d519e..ae266b99c69 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}]"