python/python3-aiohttp: Remove gunicorn from DEPs

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-04-26 19:46:47 -07:00 committed by Willy Sudiarto Raharjo
parent f4bf0f7d66
commit 39da1ba51f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5a/86/5f63de7a202550269a617a5d
MD5SUM="faf7726dc65a940272874c0f441e8ec6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gunicorn async-timeout python3-attrs yarl aiosignal"
REQUIRES="async-timeout python3-attrs yarl aiosignal"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"