diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-08 15:35:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-08 17:49:25 +0100 |
commit | 12c241ffdb464a948a7ed623ee5d81134317a9d7 (patch) | |
tree | 226acf10af7af8090ed839115daf28c74f3c9e5e /www-servers | |
parent | dev-python/pynvim: Replace virtual/python-greenlet dep (diff) | |
download | gentoo-12c241ffdb464a948a7ed623ee5d81134317a9d7.tar.gz gentoo-12c241ffdb464a948a7ed623ee5d81134317a9d7.tar.bz2 gentoo-12c241ffdb464a948a7ed623ee5d81134317a9d7.zip |
www-servers/uwsgi: Replace virtual/python-greenlet dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.21.ebuild b/www-servers/uwsgi/uwsgi-2.0.21.ebuild index b0230bb50ec4..71cc969f1a4e 100644 --- a/www-servers/uwsgi/uwsgi-2.0.21.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.21.ebuild @@ -6,7 +6,7 @@ EAPI=7 # Check the upstream uwsgi-2.0 branch, not master, for backports LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" @@ -137,7 +137,7 @@ CDEPEND=" php_targets_php8-2? ( dev-lang/php:8.2[embed] ) ) python? ( ${PYTHON_DEPS} ) - python-asyncio? ( virtual/python-greenlet[${PYTHON_USEDEP}] ) + python-asyncio? ( dev-python/greenlet[${PYTHON_USEDEP}] ) ruby? ( $(ruby_implementations_depend) ) " DEPEND="${CDEPEND}" |