summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-18 19:28:07 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-18 19:47:55 +0100
commitf671f0452688813bc455d386725d29d87d2be52f (patch)
tree3773e49ff7a95e2cd87f1ad251f519019c04fc2a /dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
parentdev-python/serverfiles: Remove Python 2 support (diff)
downloadgentoo-f671f0452688813bc455d386725d29d87d2be52f.tar.gz
gentoo-f671f0452688813bc455d386725d29d87d2be52f.tar.bz2
gentoo-f671f0452688813bc455d386725d29d87d2be52f.zip
dev-python/sphinxcontrib-programoutput: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild')
-rw-r--r--dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
index d99ac1bde4ca..ef0b07abddcf 100644
--- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
+++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1