Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
Date: Sat, 05 Sep 2020 10:51:33
Message-Id: 1599303085.4618f58be5dfc56e9bbc51d145f1e5ca26369dee.mgorny@gentoo
1 commit: 4618f58be5dfc56e9bbc51d145f1e5ca26369dee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 10:49:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 10:51:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4618f58b
7
8 app-portage/gemato: Require pytest>=5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gemato/gemato-15.1.ebuild | 1 +
13 app-portage/gemato/gemato-15.2.ebuild | 1 +
14 app-portage/gemato/gemato-9999.ebuild | 1 +
15 3 files changed, 3 insertions(+)
16
17 diff --git a/app-portage/gemato/gemato-15.1.ebuild b/app-portage/gemato/gemato-15.1.ebuild
18 index 268ee6d821e..318247f6162 100644
19 --- a/app-portage/gemato/gemato-15.1.ebuild
20 +++ b/app-portage/gemato/gemato-15.1.ebuild
21 @@ -26,6 +26,7 @@ RDEPEND="
22 BDEPEND="
23 test? (
24 >=app-crypt/gnupg-2.2.20-r1
25 + >=dev-python/pytest-5[${PYTHON_USEDEP}]
26 dev-python/requests[${PYTHON_USEDEP}]
27 dev-python/responses[${PYTHON_USEDEP}]
28 )"
29
30 diff --git a/app-portage/gemato/gemato-15.2.ebuild b/app-portage/gemato/gemato-15.2.ebuild
31 index c65e9312232..d4dfe160f0c 100644
32 --- a/app-portage/gemato/gemato-15.2.ebuild
33 +++ b/app-portage/gemato/gemato-15.2.ebuild
34 @@ -26,6 +26,7 @@ RDEPEND="
35 BDEPEND="
36 test? (
37 >=app-crypt/gnupg-2.2.20-r1
38 + >=dev-python/pytest-5[${PYTHON_USEDEP}]
39 dev-python/requests[${PYTHON_USEDEP}]
40 dev-python/responses[${PYTHON_USEDEP}]
41 )"
42
43 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
44 index dbb32fd9839..d832ec857b6 100644
45 --- a/app-portage/gemato/gemato-9999.ebuild
46 +++ b/app-portage/gemato/gemato-9999.ebuild
47 @@ -27,6 +27,7 @@ RDEPEND="
48 BDEPEND="
49 test? (
50 >=app-crypt/gnupg-2.2.20-r1
51 + >=dev-python/pytest-5[${PYTHON_USEDEP}]
52 dev-python/requests[${PYTHON_USEDEP}]
53 dev-python/responses[${PYTHON_USEDEP}]
54 )"