summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/casttube')
-rw-r--r--dev-python/casttube/casttube-0.2.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/casttube/casttube-0.2.0.ebuild b/dev-python/casttube/casttube-0.2.0.ebuild
index 6d11275e5628..92cc28c48a42 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."