summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-05-13 18:53:14 +0200
committerMarek Szuba <marecki@gentoo.org>2021-05-13 21:08:36 +0200
commitbeb3f9bee64977e43019475dd0732a554cb1a70a (patch)
treeec8e1f293111889e03f5e7749379343776edfb42 /dev-python/cfgv
parentmedia-plugins/vdr-dvd: clang compile fixed (diff)
downloadgentoo-beb3f9bee64977e43019475dd0732a554cb1a70a.tar.gz
gentoo-beb3f9bee64977e43019475dd0732a554cb1a70a.tar.bz2
gentoo-beb3f9bee64977e43019475dd0732a554cb1a70a.zip
dev-python/cfgv: support python3_10
Dependencies are all in order, builds fine, all tests pass. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/cfgv')
-rw-r--r--dev-python/cfgv/cfgv-3.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cfgv/cfgv-3.2.0.ebuild b/dev-python/cfgv/cfgv-3.2.0.ebuild
index 84c01def37c1..f99bdc112346 100644
--- a/dev-python/cfgv/cfgv-3.2.0.ebuild
+++ b/dev-python/cfgv/cfgv-3.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1