commit:     03a8220b7633eecb356226b85ec5d31e9a8f5e65
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:17:27 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a8220b

dev-python/entrypoints: Fix dependencies

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/entrypoints/entrypoints-0.3-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild 
b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
index 2f28407b7f5..8f60302203a 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}]
        )

Reply via email to