diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-18 19:28:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-18 19:47:55 +0100 |
commit | f671f0452688813bc455d386725d29d87d2be52f (patch) | |
tree | 3773e49ff7a95e2cd87f1ad251f519019c04fc2a /dev-python/sphinxcontrib-programoutput | |
parent | dev-python/serverfiles: Remove Python 2 support (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild | 2 |
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 |