summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:14:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:24:35 +0100
commit0634f2a12c62dd70885abe819f8a0627da8a9279 (patch)
tree1fe223f76b67b8b8a195b98561fa1a172ce8dcfb /dev-python/pecan
parentdev-python/logbook: Remove py2 (diff)
downloadgentoo-0634f2a12c62dd70885abe819f8a0627da8a9279.tar.gz
gentoo-0634f2a12c62dd70885abe819f8a0627da8a9279.tar.bz2
gentoo-0634f2a12c62dd70885abe819f8a0627da8a9279.zip
dev-python/pecan: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pecan')
-rw-r--r--dev-python/pecan/pecan-1.3.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pecan/pecan-1.3.3-r2.ebuild b/dev-python/pecan/pecan-1.3.3-r2.ebuild
index 08967a809bef..f05a3339ded7 100644
--- a/dev-python/pecan/pecan-1.3.3-r2.ebuild
+++ b/dev-python/pecan/pecan-1.3.3-r2.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