summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-02 16:57:43 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-02 17:29:00 -0500
commit9439546137fdb0ad3465d1b0359b085c3f35047f (patch)
tree847e68bdfadd3a82f66c999816e5c704169409cf
parentdev-python/cachelib: add py3_{8,9} (diff)
downloadgentoo-94395461.tar.gz
gentoo-94395461.tar.bz2
gentoo-94395461.zip
dev-python/casttube: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-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."