diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-02-16 22:21:44 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-02-16 22:21:44 +0000 |
commit | 1d93e628dd1c7ce2ad9aa9418dd943056a3b8c38 (patch) | |
tree | b5be7e42dfba39c91e462e00ae80569a2c669b0b /dev-python/husl | |
parent | dev-python/husl: Add new package (diff) | |
download | gentoo-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.ebuild | 4 |
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="" |