summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-01-24 09:26:27 +0000
committerMarek Szuba <marecki@gentoo.org>2023-01-24 11:00:36 +0000
commit4d9c12bc43695bf3cafea7131254c448478469c5 (patch)
tree9fcb03e9d43bfd50211719930de2c1b14d1d5750
parentdev-python: add Python project as a co-maintainer to xgqt's packages (diff)
downloadgentoo-4d9c12bc43695bf3cafea7131254c448478469c5.tar.gz
gentoo-4d9c12bc43695bf3cafea7131254c448478469c5.tar.bz2
gentoo-4d9c12bc43695bf3cafea7131254c448478469c5.zip
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@gentoo.org>
-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"
-}