Skip to content

Commit

Permalink
app-misc/piper: move test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dguglielmi committed Dec 24, 2024
1 parent 290e4f8 commit d133b71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app-misc/piper/piper-0.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ RESTRICT="!test? ( test )"
BDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/flake8[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
')
dev-libs/appstream
test? (
dev-libs/appstream
$(python_gen_cond_dep '
dev-python/flake8[${PYTHON_USEDEP}]
')
)
virtual/pkgconfig
"
RDEPEND="
Expand Down

0 comments on commit d133b71

Please sign in to comment.