diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:10:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:38 +0100 |
commit | f78c5393be3129069b894fae3e59fa506da4aecf (patch) | |
tree | f9328d7a470930cd6d86f18e82f5edabcc7e2de0 /dev-python/sphinx-notfound-page | |
parent | dev-python/sphinx-jinja: Remove py2 (diff) | |
download | gentoo-f78c5393be3129069b894fae3e59fa506da4aecf.tar.gz gentoo-f78c5393be3129069b894fae3e59fa506da4aecf.tar.bz2 gentoo-f78c5393be3129069b894fae3e59fa506da4aecf.zip |
dev-python/sphinx-notfound-page: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-notfound-page')
-rw-r--r-- | dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild index 17f901e5a1d1..8cf4036c3918 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded." |