Skip to content

Commit

Permalink
dev-python/pythonfinder: Add missing dev-python/click test dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/919861
Signed-off-by: Jakov Smolić <[email protected]>
Closes: gentoo#34278
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
jsmolic authored and mgorny committed Dec 14, 2023
1 parent 905933d commit d52729d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-python/pythonfinder/pythonfinder-2.0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ KEYWORDS="~amd64 ~arm64 ~riscv"
RDEPEND="
>=dev-python/pydantic-2[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/click[${PYTHON_USEDEP}]
)
"

distutils_enable_tests pytest

Expand Down

0 comments on commit d52729d

Please sign in to comment.