summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:16:01 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:16:01 +0100
commitf5e55f499b84816c30ddce1d64bb66421a1e492b (patch)
tree23756a24de8632cb544e35c0ee6361798822086f
parentdev-python/specutils: Remove Py2 (diff)
downloadgentoo-f5e55f499b84816c30ddce1d64bb66421a1e492b.tar.gz
gentoo-f5e55f499b84816c30ddce1d64bb66421a1e492b.tar.bz2
gentoo-f5e55f499b84816c30ddce1d64bb66421a1e492b.zip
dev-python/sphinxcontrib-documentedlist: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild b/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild
index 13f08e6fa80c..00a1b7ad5f81 100644
--- a/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild
+++ b/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1