diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 00:06:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 00:29:38 +0200 |
commit | 0a1a875dca424de9c709b6c6ae7067b3865717e3 (patch) | |
tree | 0c6d5da5ae02088687b3aef6502d17de0e678345 /dev-python/sphinx-bootstrap-theme | |
parent | dev-python/sphinxcontrib-websupport: Remove old (diff) | |
download | gentoo-0a1a875dca424de9c709b6c6ae7067b3865717e3.tar.gz gentoo-0a1a875dca424de9c709b6c6ae7067b3865717e3.tar.bz2 gentoo-0a1a875dca424de9c709b6c6ae7067b3865717e3.zip |
dev-python/sphinx-bootstrap-theme: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme')
-rw-r--r-- | dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild index efce491f868c..43b367986633 100644 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |