summaryrefslogtreecommitdiff
path: root/www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild')
-rw-r--r--www-servers/gunicorn/gunicorn-20.1.0-r1.ebuild7
1 files changed, 1 insertions, 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"
-}