summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 19:58:53 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:12:33 +0100
commit92ee8b2a4d99474553c77ceb6fb91c35883f9889 (patch)
tree5b989320cff0dbded30ffc028ce679593adab8e1 /dev-python/pretty-yaml
parentdev-python/poyo: Remove py2 (diff)
downloadgentoo-92ee8b2a4d99474553c77ceb6fb91c35883f9889.tar.gz
gentoo-92ee8b2a4d99474553c77ceb6fb91c35883f9889.tar.bz2
gentoo-92ee8b2a4d99474553c77ceb6fb91c35883f9889.zip
dev-python/pretty-yaml: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pretty-yaml')
-rw-r--r--dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild
index cc507c308569..bdc96b79b405 100644
--- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild
+++ b/dev-python/pretty-yaml/pretty-yaml-15.8.2.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