summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-12-14 04:19:46 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-14 14:58:06 +0100
commitd52729da8ae6df5dfc30720287416348d3741b5e (patch)
tree63a2e4cc91a7b0c54577a0e7d23a3c5ca54d4903 /dev-python/pythonfinder
parentdev-python/pdm: Bump to 2.11.1 (diff)
downloadgentoo-d52729da8ae6df5dfc30720287416348d3741b5e.tar.gz
gentoo-d52729da8ae6df5dfc30720287416348d3741b5e.tar.bz2
gentoo-d52729da8ae6df5dfc30720287416348d3741b5e.zip
dev-python/pythonfinder: Add missing dev-python/click test dep
Closes: https://bugs.gentoo.org/919861 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34278 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pythonfinder')
-rw-r--r--dev-python/pythonfinder/pythonfinder-2.0.6.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/pythonfinder/pythonfinder-2.0.6.ebuild b/dev-python/pythonfinder/pythonfinder-2.0.6.ebuild
index 3218968b9d7a..a7d99c9760e4 100644
--- a/dev-python/pythonfinder/pythonfinder-2.0.6.ebuild
+++ b/dev-python/pythonfinder/pythonfinder-2.0.6.ebuild
@@ -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