diff options
author | 2019-12-28 17:15:48 +0100 | |
---|---|---|
committer | 2019-12-28 17:15:48 +0100 | |
commit | cc43b6c8432ba2248bdaa9df2e86f612b7526126 (patch) | |
tree | cb62fa57506ced9b05a76c9972d1989c782ba925 /dev-python/schema | |
parent | dev-python/schedule: Remove Py2 (diff) | |
download | gentoo-cc43b6c8432ba2248bdaa9df2e86f612b7526126.tar.gz gentoo-cc43b6c8432ba2248bdaa9df2e86f612b7526126.tar.bz2 gentoo-cc43b6c8432ba2248bdaa9df2e86f612b7526126.zip |
dev-python/schema: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/schema')
-rw-r--r-- | dev-python/schema/schema-0.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/schema/schema-0.6.6.ebuild b/dev-python/schema/schema-0.6.6.ebuild index 80665c6048e3..d7fd69f4d556 100644 --- a/dev-python/schema/schema-0.6.6.ebuild +++ b/dev-python/schema/schema-0.6.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python3_{5,6} pypy3 ) inherit distutils-r1 |