dev-python/python-scsi: Add missing build time dep
authorJustin Lecher <jlec@gentoo.org>
Thu, 11 Feb 2016 13:44:40 +0000 (14:44 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 11 Feb 2016 13:46:39 +0000 (14:46 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/python-scsi/python-scsi-0_pre160211.ebuild
dev-python/python-scsi/python-scsi-9999.ebuild

index 5754950f1fbdf1a869a50a2416b45647efdbbead..b5d7849179f9beb9f629576ac53ce27fd31b07fd 100644 (file)
@@ -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() {
index 6a6e10d519edc960266410fe49a3a9084d67c7bf..ae266b99c69bafd1a5ab069ece8a0e39a40d0797 100644 (file)
@@ -17,3 +17,5 @@ SLOT="0"
 LICENSE="LGPL-2.1"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"