summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 15:11:53 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:24:11 +0100
commitb091dd6231618b15d40e17aa3ff1d54916bfda1a (patch)
treeca81d8562a3b6d9b35d51f7fb514cf1caac4584e /dev-python/zict/zict-0.1.4.ebuild
parentdev-python/h11: Remove py2 (diff)
downloadgentoo-b091dd6231618b15d40e17aa3ff1d54916bfda1a.tar.gz
gentoo-b091dd6231618b15d40e17aa3ff1d54916bfda1a.tar.bz2
gentoo-b091dd6231618b15d40e17aa3ff1d54916bfda1a.zip
dev-python/zict: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zict/zict-0.1.4.ebuild')
-rw-r--r--dev-python/zict/zict-0.1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zict/zict-0.1.4.ebuild b/dev-python/zict/zict-0.1.4.ebuild
index 05b954bd6283..ff9e1def3a60 100644
--- a/dev-python/zict/zict-0.1.4.ebuild
+++ b/dev-python/zict/zict-0.1.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1