summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-05 12:49:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-05 12:51:25 +0200
commit4618f58be5dfc56e9bbc51d145f1e5ca26369dee (patch)
tree06d24ed7853d70500e115f432de7bfba547e7443 /app-portage/gemato/gemato-9999.ebuild
parentx11-misc/dunst: Drop USE=dunstify, fix deps (diff)
downloadgentoo-4618f58be5dfc56e9bbc51d145f1e5ca26369dee.tar.gz
gentoo-4618f58be5dfc56e9bbc51d145f1e5ca26369dee.tar.bz2
gentoo-4618f58be5dfc56e9bbc51d145f1e5ca26369dee.zip
app-portage/gemato: Require pytest>=5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gemato/gemato-9999.ebuild')
-rw-r--r--app-portage/gemato/gemato-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
index dbb32fd9839f..d832ec857b65 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
BDEPEND="
test? (
>=app-crypt/gnupg-2.2.20-r1
+ >=dev-python/pytest-5[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
)"