diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2021-09-02 07:17:03 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-09-04 09:20:48 +0300 |
commit | 38082584832e277fc2c124dc71f7e72e3a4b97f0 (patch) | |
tree | 40c3d6d6d2dd694c07dbfecfa8c8a6b604266c01 /dev-vcs/tortoisehg | |
parent | dev-vcs/tortoisehg: 5.9 version bump (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.8.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.9.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild index 6ad5578ea556..0809d1d2559b 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.8.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.8.1.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}] ) " diff --git a/dev-vcs/tortoisehg/tortoisehg-5.8.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.8.ebuild index 702819ea4b0b..31b4b602f288 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.8.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.8.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}] ) " diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.ebuild index a68201d3b429..97e0009c544a 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.9.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}] ) " 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}] ) " |