summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort0b3 <thomas.bettler@gmail.com>2021-12-16 19:50:13 +0100
committerMatt Turner <mattst88@gentoo.org>2021-12-16 20:22:03 -0500
commit55913a3a0a950c64d760d0d1bfdaa1fea7317088 (patch)
tree7ff677d9c8ed0f6d778066fb52c391ef50c93f88
parentnet-libs/gtk-vnc: Version bump to 1.3.0 (diff)
downloadgentoo-55913a3a.tar.gz
gentoo-55913a3a.tar.bz2
gentoo-55913a3a.zip
sys-apps/osinfo-db-tools: add python 3.10
Closes: https://bugs.gentoo.org/829363 Closes: https://github.com/gentoo/gentoo/pull/23335 Signed-off-by: t0b3 <thomas.bettler@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild
index 37962d02fea2..392ace759006 100644
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit meson python-any-r1