diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-14 18:26:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-14 18:27:37 +0200 |
commit | ebaef97a0ab3871842a2e8ecde837c3061666d97 (patch) | |
tree | d3706bd23ad421e6ec1b2e1b030c1e187da03287 /dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild | |
parent | media-video/obs-v4l2sink: initial ebuild (diff) | |
download | gentoo-ebaef97a0ab3871842a2e8ecde837c3061666d97.tar.gz gentoo-ebaef97a0ab3871842a2e8ecde837c3061666d97.tar.bz2 gentoo-ebaef97a0ab3871842a2e8ecde837c3061666d97.zip |
dev-python/sphinx-issues: Tested on py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild')
-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 ba8c216784ed..caea3beaf700 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}) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="A Sphinx extension for linking to your project's issue tracker " |