Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-bdd/
Date: Sun, 07 Aug 2022 13:59:41
Message-Id: 1659880744.8b4a50a8f28fd3c896262ac8a06c542267822bcc.ionen@gentoo
1 commit: 8b4a50a8f28fd3c896262ac8a06c542267822bcc
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 13:22:31 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 13:59:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4a50a8
7
8 dev-python/pytest-bdd: stabilize 6.0.1 for amd64
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 dev-python/pytest-bdd/pytest-bdd-6.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-bdd/pytest-bdd-6.0.1.ebuild b/dev-python/pytest-bdd/pytest-bdd-6.0.1.ebuild
16 index 2e99002d0b45..7682168ff49b 100644
17 --- a/dev-python/pytest-bdd/pytest-bdd-6.0.1.ebuild
18 +++ b/dev-python/pytest-bdd/pytest-bdd-6.0.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-bdd/archive/refs/tags/${PV}.tar.gz
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 ~x86"
25
26 RDEPEND="
27 dev-python/glob2[${PYTHON_USEDEP}]