summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Torokhov <torokhov-s-a@yandex.ru>2021-09-02 07:17:03 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-09-04 09:20:48 +0300
commit38082584832e277fc2c124dc71f7e72e3a4b97f0 (patch)
tree40c3d6d6d2dd694c07dbfecfa8c8a6b604266c01 /dev-vcs/tortoisehg/tortoisehg-9999.ebuild
parentdev-vcs/tortoisehg: 5.9 version bump (diff)
downloadgentoo-38082584832e277fc2c124dc71f7e72e3a4b97f0.tar.gz
gentoo-38082584832e277fc2c124dc71f7e72e3a4b97f0.tar.bz2
gentoo-38082584832e277fc2c124dc71f7e72e3a4b97f0.zip
dev-vcs/tortoisehg: fix test PYTHON_USEDEP
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/22181 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild')
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
index a68201d3b429..97e0009c544a 100644
--- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
@@ -39,8 +39,8 @@ RDEPEND="
DEPEND="
${RDEPEND}
test? (
- dev-python/mock
- dev-python/pytest
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
)
"