commit: 9439546137fdb0ad3465d1b0359b085c3f35047f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 21:57:43 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 22:29:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94395461
dev-python/casttube: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/casttube/casttube-0.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/casttube/casttube-0.2.0.ebuild
b/dev-python/casttube/casttube-0.2.0.ebuild
index 6d11275e562..92cc28c48a4 100644
--- a/dev-python/casttube/casttube-0.2.0.ebuild
+++ b/dev-python/casttube/casttube-0.2.0.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1
DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast
api."