Skip to content

Commit

Permalink
dev-python/entrypoints: Fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 16, 2019
1 parent 0c45398 commit 03a8220
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-python/entrypoints/entrypoints-0.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
)
Expand Down

0 comments on commit 03a8220

Please sign in to comment.