diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-12-05 17:04:11 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-12-05 17:04:31 -0800 |
commit | 9b352a7a30056035eed30b3842c9ab8921444f1b (patch) | |
tree | a322c90b4ab37b8cd7baa35ee7703ee052d4da62 /dev-python/zeroconf | |
parent | dev-python/ifaddr: PYTHON_COMPAT+=(python3_9) (diff) | |
download | gentoo-9b352a7a30056035eed30b3842c9ab8921444f1b.tar.gz gentoo-9b352a7a30056035eed30b3842c9ab8921444f1b.tar.bz2 gentoo-9b352a7a30056035eed30b3842c9ab8921444f1b.zip |
dev-python/zeroconf: PYTHON_COMPAT+=(python3_9)
Bug: https://bugs.gentoo.org/758629
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.24.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zeroconf/zeroconf-0.24.4.ebuild b/dev-python/zeroconf/zeroconf-0.24.4.ebuild index e25945a5db77..670067cd5c12 100644 --- a/dev-python/zeroconf/zeroconf-0.24.4.ebuild +++ b/dev-python/zeroconf/zeroconf-0.24.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |