Revert "app-misc/piper: remove flake8 test dep"

This reverts commit 8b5f4bfb06.

5/5 piper / flake8 FAIL

Closes: https://bugs.gentoo.org/834965
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2022-03-11 17:14:13 +02:00
parent 243ddb6547
commit e74ccf0fd3

View File

@@ -21,6 +21,11 @@ RESTRICT="!test? ( test )"
BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig
test? (
$(python_gen_cond_dep '
dev-python/flake8[${PYTHON_USEDEP}]
')
)
"
RDEPEND="
${PYTHON_DEPS}