Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
gunicorn
Commits:
197adfe6 by Daniel M. Capella at 2024-08-01T20:56:27-04:00
Remove superfluous aiohttp checkdep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -5,7 +5,6 @@ pkgbase = gunicorn
url = https://gunicorn.org/
arch = any
license = MIT
- checkdepends = python-aiohttp
checkdepends = python-eventlet
checkdepends = python-gevent
checkdepends = python-pytest
=====================================
PKGBUILD
=====================================
@@ -20,7 +20,6 @@ makedepends=(
'python-wheel'
)
checkdepends=(
- 'python-aiohttp'
'python-eventlet'
'python-gevent'
'python-pytest'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gunicorn/-/commit/197adfe66e02450b62c1c3df0a9c7cf0e62dba98
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gunicorn/-/commit/197adfe66e02450b62c1c3df0a9c7cf0e62dba98
You're receiving this email because of your account on gitlab.archlinux.org.