projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c45398
)
dev-python/entrypoints: Fix dependencies
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 14:17:27 +0000
(15:17 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:50 +0000
(15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/entrypoints/entrypoints-0.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
index 2f28407b7f56f586e72302554c1668af64db8eec..8f60302203a5a9f76aec3b8ed154f11f42f3fc31 100644
(file)
--- a/
dev-python/entrypoints/entrypoints-0.3-r1.ebuild
+++ b/
dev-python/entrypoints/entrypoints-0.3-r1.ebuild
@@
-18,9
+18,12
@@
KEYWORDS="amd64 ~arm arm64 ~ia64 ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
-DEPEND="
+
R
DEPEND="
$(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' 'python2*')
+"
+BDEPEND="
test? (
+ ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
virtual/python-pathlib[${PYTHON_USEDEP}]
)