summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:33:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 21:47:13 +0100
commitd72c6a43a934fa9909f2e17ca5ec0daf96ec6653 (patch)
treeeeedbc359d11ff569345b6549eebd31fcb40ec31 /dev-python/python-zipstream
parentdev-python/pythonz-bd: Remove py2 (diff)
downloadgentoo-d72c6a43a934fa9909f2e17ca5ec0daf96ec6653.tar.gz
gentoo-d72c6a43a934fa9909f2e17ca5ec0daf96ec6653.tar.bz2
gentoo-d72c6a43a934fa9909f2e17ca5ec0daf96ec6653.zip
dev-python/python-zipstream: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-zipstream')
-rw-r--r--dev-python/python-zipstream/python-zipstream-1.1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
index ac85e75a8aac..9b8bd5a3c362 100644
--- a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
+++ b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1