diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:26:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:29:21 +0100 |
commit | 080608b31fe26da59ce57084d66ef1649175e81c (patch) | |
tree | f61b8d4a8a4599517c6c52e483efc846c817e131 /dev-python/jsonxs | |
parent | dev-python/jsonrpclib: Remove py2 (diff) | |
download | gentoo-080608b31fe26da59ce57084d66ef1649175e81c.tar.gz gentoo-080608b31fe26da59ce57084d66ef1649175e81c.tar.bz2 gentoo-080608b31fe26da59ce57084d66ef1649175e81c.zip |
dev-python/jsonxs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonxs')
-rw-r--r-- | dev-python/jsonxs/jsonxs-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonxs/jsonxs-0.6.ebuild b/dev-python/jsonxs/jsonxs-0.6.ebuild index 2a5c8d589155..9064117d1c47 100644 --- a/dev-python/jsonxs/jsonxs-0.6.ebuild +++ b/dev-python/jsonxs/jsonxs-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |