summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-02 06:46:20 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-02 16:10:54 -0800
commit5a91b94d0a3a3e32bfda952838b9838d62aabd2d (patch)
tree192d7b83fecd071c5a284bd7f7526179febd79ba
parentnet-misc/spice-gtk: enable py3.10 (diff)
downloadgentoo-5a91b94d.tar.gz
gentoo-5a91b94d.tar.bz2
gentoo-5a91b94d.zip
dev-python/libvirt-python: enable py3.10 for 7.7.0
needed for stable arches 6 passed in 0.12s Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--dev-python/libvirt-python/libvirt-python-7.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild b/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
index e3d4ceacd974..6799f0b77a2a 100644
--- a/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=no