summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:24:23 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:29:17 +0100
commitc42c2412e6e5da211c5597cfcb041d63f3132952 (patch)
treea450b06d8c9f91d879d84e9c54b6451acae3505b /dev-python/jsonpickle/jsonpickle-1.2.ebuild
parentdev-python/jsonpatch: Remove py2 (diff)
downloadgentoo-c42c2412e6e5da211c5597cfcb041d63f3132952.tar.gz
gentoo-c42c2412e6e5da211c5597cfcb041d63f3132952.tar.bz2
gentoo-c42c2412e6e5da211c5597cfcb041d63f3132952.zip
dev-python/jsonpickle: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpickle/jsonpickle-1.2.ebuild')
-rw-r--r--dev-python/jsonpickle/jsonpickle-1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpickle/jsonpickle-1.2.ebuild b/dev-python/jsonpickle/jsonpickle-1.2.ebuild
index 5e9f42cabf98..48d7956ab09f 100644
--- a/dev-python/jsonpickle/jsonpickle-1.2.ebuild
+++ b/dev-python/jsonpickle/jsonpickle-1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1