Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-dnsimple/
Date: Wed, 01 Mar 2023 11:40:44
Message-Id: 1677669587.760121c03de0132d46f55475a3b3fc92eb54f944.matthew@gentoo
1 commit: 760121c03de0132d46f55475a3b3fc92eb54f944
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 11:19:47 2023 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 11:19:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760121c0
7
8 app-crypt/certbot-dns-dnsimple: enable py3.11
9
10 Closes: https://bugs.gentoo.org/896514
11 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
12
13 app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild
17 index 51cc80c71ab7..7f31f1629de6 100644
18 --- a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild
19 +++ b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=8
22
23 DISTUTILS_USE_PEP517=setuptools
24 -PYTHON_COMPAT=( python3_10 )
25 +PYTHON_COMPAT=( python3_{10,11} )
26
27 inherit distutils-r1