dev-python/sphinx-notfound-page: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-06 07:10:30 +01:00
parent dd75da23ae
commit f78c5393be

View File

@@ -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."