summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-02-16 22:21:44 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-02-16 22:21:44 +0000
commit1d93e628dd1c7ce2ad9aa9418dd943056a3b8c38 (patch)
treeb5be7e42dfba39c91e462e00ae80569a2c669b0b /dev-python/husl
parentdev-python/husl: Add new package (diff)
downloadgentoo-1d93e628dd1c7ce2ad9aa9418dd943056a3b8c38.tar.gz
gentoo-1d93e628dd1c7ce2ad9aa9418dd943056a3b8c38.tar.bz2
gentoo-1d93e628dd1c7ce2ad9aa9418dd943056a3b8c38.zip
dev-python/husl: Add missing dependency on setuptools
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/husl')
-rw-r--r--dev-python/husl/husl-4.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/husl/husl-4.0.3.ebuild b/dev-python/husl/husl-4.0.3.ebuild
index 7cbefce08bd6..3f776a7d9871 100644
--- a/dev-python/husl/husl-4.0.3.ebuild
+++ b/dev-python/husl/husl-4.0.3.ebuild
@@ -16,5 +16,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""