summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-19 19:36:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-19 19:44:27 +0100
commit678ec93c063796647db38d1aabb1616a4a8e4bf5 (patch)
tree02534b35325c82db7c7b23e381af40374f5d304a
parentdev-python/cjkwrap: Remove py2 (diff)
downloadgentoo-678ec93c063796647db38d1aabb1616a4a8e4bf5.tar.gz
gentoo-678ec93c063796647db38d1aabb1616a4a8e4bf5.tar.bz2
gentoo-678ec93c063796647db38d1aabb1616a4a8e4bf5.zip
dev-python/collective-checkdocs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild
index 2684c90f190c..b31c1919910f 100644
--- a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild
+++ b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions."