From 4422a5778f7286b9765c773b94da4c66c618b795 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 1 Aug 2020 22:50:35 +0200 Subject: dev-python/jsonschema: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jsonschema/jsonschema-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/jsonschema') 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 -- cgit v1.2.3-65-gdbad