diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-02 17:27:50 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-02 17:29:01 -0500 |
commit | 008fd6b3ca56f05b93577600eaa12e54a001b7e5 (patch) | |
tree | 16d4b580dc28d145bc1edd686c0bad55fa2f17ff /dev-python/coreapi/coreapi-2.3.3-r1.ebuild | |
parent | net-proxy/tsocks: drop old (diff) | |
download | gentoo-008fd6b3ca56f05b93577600eaa12e54a001b7e5.tar.gz gentoo-008fd6b3ca56f05b93577600eaa12e54a001b7e5.tar.bz2 gentoo-008fd6b3ca56f05b93577600eaa12e54a001b7e5.zip |
dev-python/coreapi: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/coreapi/coreapi-2.3.3-r1.ebuild')
-rw-r--r-- | dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild index 61a0d757cfe6..b8f32cf2ee23 100644 --- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild +++ b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6..9} ) + inherit distutils-r1 DESCRIPTION="Python client library for Core API" |