diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-02 16:57:43 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-02 17:29:00 -0500 |
commit | 9439546137fdb0ad3465d1b0359b085c3f35047f (patch) | |
tree | 847e68bdfadd3a82f66c999816e5c704169409cf /dev-python/casttube | |
parent | dev-python/cachelib: add py3_{8,9} (diff) | |
download | gentoo-9439546137fdb0ad3465d1b0359b085c3f35047f.tar.gz gentoo-9439546137fdb0ad3465d1b0359b085c3f35047f.tar.bz2 gentoo-9439546137fdb0ad3465d1b0359b085c3f35047f.zip |
dev-python/casttube: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/casttube')
-rw-r--r-- | dev-python/casttube/casttube-0.2.0.ebuild | 3 |
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." |