summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-02 17:28:20 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-02 17:29:01 -0500
commit483ba758d9dd9912e30654196efd7baef36eb051 (patch)
tree00fe9a78298bf77b6801f47d22533ae3dccb803a /dev-python/coreschema
parentdev-python/coreapi: add py3_{8,9} (diff)
downloadgentoo-483ba758d9dd9912e30654196efd7baef36eb051.tar.gz
gentoo-483ba758d9dd9912e30654196efd7baef36eb051.tar.bz2
gentoo-483ba758d9dd9912e30654196efd7baef36eb051.zip
dev-python/coreschema: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/coreschema')
-rw-r--r--dev-python/coreschema/coreschema-0.0.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index f402f85a12df..ba5eb3d7d97f 100644
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1
DESCRIPTION="Core Schema"