dev-python/entrypoints: Fix dependencies
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:17:27 +0000 (15:17 +0100)
committerMichał 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

index 2f28407b7f56f586e72302554c1668af64db8eec..8f60302203a5a9f76aec3b8ed154f11f42f3fc31 100644 (file)
@@ -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}]
        )