diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:40:20 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:08 +0100 |
commit | 20020a37f200704c13dbe74f5a98c6e791586764 (patch) | |
tree | 5b35c6e10e9e2b525c47430cec34e4eab8745077 /dev-python | |
parent | dev-python/sphinxcontrib-asyncio-0.2.0-r2: python 3.8 support added. (diff) | |
download | gentoo-20020a37f200704c13dbe74f5a98c6e791586764.tar.gz gentoo-20020a37f200704c13dbe74f5a98c6e791586764.tar.bz2 gentoo-20020a37f200704c13dbe74f5a98c6e791586764.zip |
dev-python/sphinxcontrib-blockdiag-2.0.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild index 89d49e847b78..f9355cb0c3a7 100644 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild +++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 |