commit: 4d9c12bc43695bf3cafea7131254c448478469c5 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Jan 24 09:26:27 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Jan 24 11:00:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9c12bc
www-servers/gunicorn: remove mention of dev-python/eventlet The package in question has been removed from the tree. This probably should have been removed then but since it was only an optional dependency of GUnicorn, I guess it got missed. Closes: https://bugs.gentoo.org/891875 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild b/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild index 38ba15646c58..59d1f339a4ba 100644 --- a/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild +++ b/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 optfeature +inherit distutils-r1 DESCRIPTION="A WSGI HTTP Server for UNIX" HOMEPAGE=" @@ -48,8 +48,3 @@ python_install_all() { distutils-r1_python_install_all } - -pkg_postinst() { - optfeature_header "Alternative worker types need additional packages to be installed:" - optfeature "eventlet-based greenlets workers" "dev-python/eventlet" -}
