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: dev-python/zeroconf/
Date: Thu, 06 May 2021 07:33:15
Message-Id: 1620286379.b48b6add141f1c2233084b48b9dcf1c9e8535c2d.mgorny@gentoo
1 commit: b48b6add141f1c2233084b48b9dcf1c9e8535c2d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 6 07:19:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 6 07:32:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48b6add
7
8 dev-python/zeroconf: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zeroconf/zeroconf-0.29.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/zeroconf/zeroconf-0.29.0.ebuild b/dev-python/zeroconf/zeroconf-0.29.0.ebuild
16 index 7a446550f3e..83912114f7e 100644
17 --- a/dev-python/zeroconf/zeroconf-0.29.0.ebuild
18 +++ b/dev-python/zeroconf/zeroconf-0.29.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{7..10} )
25 inherit distutils-r1
26
27 MY_P=python-zeroconf-${PV}