projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2959a
)
dev-python/husl: Add missing dependency on setuptools
author
Amadeusz Żołnowski
<aidecoe@gentoo.org>
Tue, 16 Feb 2016 22:21:44 +0000
(22:21 +0000)
committer
Amadeusz Żołnowski
<aidecoe@gentoo.org>
Tue, 16 Feb 2016 22:21:44 +0000
(22:21 +0000)
Package-Manager: portage-2.2.27
dev-python/husl/husl-4.0.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/husl/husl-4.0.3.ebuild
b/dev-python/husl/husl-4.0.3.ebuild
index 7cbefce08bd68f6115f4248d234c745aea364a87..3f776a7d9871575434195af1b40f6fd2fd48185a 100644
(file)
--- 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=""