summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:48:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 21:00:00 +0200
commit600fe018c0e5a9cc38ada200ef3635fc8207ada3 (patch)
tree53b4edf865e01cab5ddea79e2051f48ff6c3cb54
parentprofiles: There's no =sys-firmware/alsa-firmware-1.2.5 (diff)
downloadgentoo-600fe018c0e5a9cc38ada200ef3635fc8207ada3.tar.gz
gentoo-600fe018c0e5a9cc38ada200ef3635fc8207ada3.tar.bz2
gentoo-600fe018c0e5a9cc38ada200ef3635fc8207ada3.zip
dev-python/guessit: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/guessit/guessit-3.3.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/guessit/guessit-3.3.1.ebuild b/dev-python/guessit/guessit-3.3.1.ebuild
index b7a5ba657f3c..91238882af64 100644
--- a/dev-python/guessit/guessit-3.3.1.ebuild
+++ b/dev-python/guessit/guessit-3.3.1.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python library for guessing information from video filenames"