summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 15:17:27 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:50 +0100
commit03a8220b7633eecb356226b85ec5d31e9a8f5e65 (patch)
tree4bb52e8068b747dea4cb8fc02f988398617aec82 /dev-python/entrypoints/entrypoints-0.3-r1.ebuild
parentdev-python/entrypoints: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-03a8220b7633eecb356226b85ec5d31e9a8f5e65.tar.gz
gentoo-03a8220b7633eecb356226b85ec5d31e9a8f5e65.tar.bz2
gentoo-03a8220b7633eecb356226b85ec5d31e9a8f5e65.zip
dev-python/entrypoints: Fix dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/entrypoints/entrypoints-0.3-r1.ebuild')
-rw-r--r--dev-python/entrypoints/entrypoints-0.3-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
index 2f28407b7f56..8f60302203a5 100644
--- 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="
+RDEPEND="
$(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}]
)