Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/
Date: Fri, 14 Jan 2022 10:47:05
Message-Id: 1642157153.3cc34c121f14ba7a66ba94aadfc26377ba9591bd.sam@gentoo
1 commit: 3cc34c121f14ba7a66ba94aadfc26377ba9591bd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 10:45:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 10:45:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc34c12
7
8 dev-python/moto: Stabilize 2.2.18 amd64, #831148
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/moto/moto-2.2.18.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/moto/moto-2.2.18.ebuild b/dev-python/moto/moto-2.2.18.ebuild
16 index 69c10257be0c..63992b93be1a 100644
17 --- a/dev-python/moto/moto-2.2.18.ebuild
18 +++ b/dev-python/moto/moto-2.2.18.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
31
32 RDEPEND="
33 >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]