diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 22:50:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:00:33 +0200 |
commit | 4422a5778f7286b9765c773b94da4c66c618b795 (patch) | |
tree | 5a8e4cf7898e24890c70d284717dfa0898478d4d /dev-python/jsonschema | |
parent | dev-python/alabaster: Remove py2.7 (diff) | |
download | gentoo-4422a5778f7286b9765c773b94da4c66c618b795.tar.gz gentoo-4422a5778f7286b9765c773b94da4c66c618b795.tar.bz2 gentoo-4422a5778f7286b9765c773b94da4c66c618b795.zip |
dev-python/jsonschema: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r-- | dev-python/jsonschema/jsonschema-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema/jsonschema-3.2.0.ebuild b/dev-python/jsonschema/jsonschema-3.2.0.ebuild index 90740f1c3f79..a12e66484c43 100644 --- a/dev-python/jsonschema/jsonschema-3.2.0.ebuild +++ b/dev-python/jsonschema/jsonschema-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6..9}} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |