diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-22 12:52:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-27 12:02:14 +0200 |
commit | 9596b97c3b5ee3693501c9789626a66f45797b12 (patch) | |
tree | 03fd183e1dfdee34a85531e82c55d93b8aeec951 /dev-python/sphinx-issues | |
parent | dev-python/rst-linker: Remove py2 (diff) | |
download | gentoo-9596b97c3b5ee3693501c9789626a66f45797b12.tar.gz gentoo-9596b97c3b5ee3693501c9789626a66f45797b12.tar.bz2 gentoo-9596b97c3b5ee3693501c9789626a66f45797b12.zip |
dev-python/sphinx-issues: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-issues')
-rw-r--r-- | dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild index caea3beaf700..e6a71a86390a 100644 --- a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild +++ b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="A Sphinx extension for linking to your project's issue tracker " |