summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 06:32:50 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 06:50:15 +0100
commitc94f7b0157cab92687f1705248a2352460a4b898 (patch)
tree640aea9a8b2a006edb1598d296456c7fe3a5c47f /dev-python/doc8
parentdev-python/dns-lexicon: Remove py2 (diff)
downloadgentoo-c94f7b0157cab92687f1705248a2352460a4b898.tar.gz
gentoo-c94f7b0157cab92687f1705248a2352460a4b898.tar.bz2
gentoo-c94f7b0157cab92687f1705248a2352460a4b898.zip
dev-python/doc8: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/doc8')
-rw-r--r--dev-python/doc8/doc8-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/doc8/doc8-0.6.0.ebuild b/dev-python/doc8/doc8-0.6.0.ebuild
index aae2bece4d71..53aa08ff87b5 100644
--- a/dev-python/doc8/doc8-0.6.0.ebuild
+++ b/dev-python/doc8/doc8-0.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1