projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcbe79d
)
dev-python/pathlib2: Add missed dependency
author
Manuel Rüger
<mrueg@gentoo.org>
Tue, 6 Jun 2017 22:04:36 +0000
(
00:04
+0200)
committer
Manuel Rüger
<mrueg@gentoo.org>
Tue, 6 Jun 2017 22:05:01 +0000
(
00:05
+0200)
Gentoo-Bug: #621080
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pathlib2/pathlib2-2.1.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pathlib2/pathlib2-2.1.0.ebuild
b/dev-python/pathlib2/pathlib2-2.1.0.ebuild
index 7326f0581ef9420d49a88e09a4b1a6b99aac0463..6505d7afac29939d390680e0e29add78e88c1661 100644
(file)
--- a/
dev-python/pathlib2/pathlib2-2.1.0.ebuild
+++ b/
dev-python/pathlib2/pathlib2-2.1.0.ebuild
@@
-17,7
+17,8
@@
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
${EPYTHON} test_pathlib2.py || die