summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 20:42:36 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:53:22 +0100
commitf599b94a74fd67b9b39e0aa58e81845807d6a167 (patch)
tree0ad55ddf581a837e86c24f58bb8834d76b48eb3a /dev-python/pypeg2
parentdev-python/PyPDF2: Remove py2 (diff)
downloadgentoo-f599b94a74fd67b9b39e0aa58e81845807d6a167.tar.gz
gentoo-f599b94a74fd67b9b39e0aa58e81845807d6a167.tar.bz2
gentoo-f599b94a74fd67b9b39e0aa58e81845807d6a167.zip
dev-python/pypeg2: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypeg2')
-rw-r--r--dev-python/pypeg2/pypeg2-2.15.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
index 512d830bc1d4..38c58e7481c7 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1