summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 20:28:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 20:47:16 +0100
commite67c3cfd7fec3659cf2a17074c96335050bd20bc (patch)
treed82ce3e401204d2acc8ed6dbf760b94acc46272f /dev-python/coreschema
parentdev-python/coreapi: Remove py2 (diff)
downloadgentoo-e67c3cfd7fec3659cf2a17074c96335050bd20bc.tar.gz
gentoo-e67c3cfd7fec3659cf2a17074c96335050bd20bc.tar.bz2
gentoo-e67c3cfd7fec3659cf2a17074c96335050bd20bc.zip
dev-python/coreschema: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/coreschema')
-rw-r--r--dev-python/coreschema/coreschema-0.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
index 33400855ff28..f402f85a12df 100644
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="Core Schema"