diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-05 12:49:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-05 12:51:25 +0200 |
commit | 4618f58be5dfc56e9bbc51d145f1e5ca26369dee (patch) | |
tree | 06d24ed7853d70500e115f432de7bfba547e7443 /app-portage | |
parent | x11-misc/dunst: Drop USE=dunstify, fix deps (diff) | |
download | gentoo-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')
-rw-r--r-- | app-portage/gemato/gemato-15.1.ebuild | 1 | ||||
-rw-r--r-- | app-portage/gemato/gemato-15.2.ebuild | 1 | ||||
-rw-r--r-- | app-portage/gemato/gemato-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/app-portage/gemato/gemato-15.1.ebuild b/app-portage/gemato/gemato-15.1.ebuild index 268ee6d821e3..318247f61623 100644 --- a/app-portage/gemato/gemato-15.1.ebuild +++ b/app-portage/gemato/gemato-15.1.ebuild @@ -26,6 +26,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}] )" diff --git a/app-portage/gemato/gemato-15.2.ebuild b/app-portage/gemato/gemato-15.2.ebuild index c65e93122327..d4dfe160f0cc 100644 --- a/app-portage/gemato/gemato-15.2.ebuild +++ b/app-portage/gemato/gemato-15.2.ebuild @@ -26,6 +26,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}] )" 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}] )" |