summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-02 10:01:55 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-04 18:12:33 +0100
commit590939b9d7cb2bd30d1a6f0232396503e019d3c4 (patch)
tree7b35d05faf136aab18d619faea6e96f2e5578883 /dev-python/nbsphinx
parentdev-python/nbformat: Remove py2 (diff)
downloadgentoo-590939b9d7cb2bd30d1a6f0232396503e019d3c4.tar.gz
gentoo-590939b9d7cb2bd30d1a6f0232396503e019d3c4.tar.bz2
gentoo-590939b9d7cb2bd30d1a6f0232396503e019d3c4.zip
dev-python/nbsphinx: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbsphinx')
-rw-r--r--dev-python/nbsphinx/nbsphinx-0.2.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
index f80872cbb2ae..8c59a076fcf4 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1