commit:     4618f58be5dfc56e9bbc51d145f1e5ca26369dee
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 10:49:18 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 10:51:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4618f58b

app-portage/gemato: Require pytest>=5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gemato/gemato-15.1.ebuild | 1 +
 app-portage/gemato/gemato-15.2.ebuild | 1 +
 app-portage/gemato/gemato-9999.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/app-portage/gemato/gemato-15.1.ebuild 
b/app-portage/gemato/gemato-15.1.ebuild
index 268ee6d821e..318247f6162 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 c65e9312232..d4dfe160f0c 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 dbb32fd9839..d832ec857b6 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}]
        )"

Reply via email to