diff options
Diffstat (limited to 'www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild')
-rw-r--r-- | www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild index cb4f9aa9dcc6..7621b99b57d4 100644 --- a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild +++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="threads(+)" -inherit apache-module eutils python-single-r1 +inherit apache-module python-single-r1 DESCRIPTION="An Apache2 module for running Python WSGI applications" HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi" |