python-eventlet: try to make pip check happy

It depends on six and dnspython according to setup.py
This commit is contained in:
Christoph Reiter
2021-06-18 15:29:59 +02:00
parent bed14675c7
commit 7defe819b0

View File

@@ -15,12 +15,13 @@ url='https://eventlet.net/'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-greenlet"
"${MINGW_PACKAGE_PREFIX}-python-monotonic")
"${MINGW_PACKAGE_PREFIX}-python-monotonic"
"${MINGW_PACKAGE_PREFIX}-python-dnspython"
"${MINGW_PACKAGE_PREFIX}-python-six")
optdepends=("${MINGW_PACKAGE_PREFIX}-python-psycopg2: non-blocking PostgreSQL support"
"${MINGW_PACKAGE_PREFIX}-python-pyopenssl: non-blocking SSL support"
"${MINGW_PACKAGE_PREFIX}-python-httplib2: non-blocking HTTP support"
"${MINGW_PACKAGE_PREFIX}-python-pyzmq: non-blocking ZeroMQ support"
"${MINGW_PACKAGE_PREFIX}-python-dnspython: non-blocking DNS support")
"${MINGW_PACKAGE_PREFIX}-python-pyzmq: non-blocking ZeroMQ support")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-sphinx")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psycopg2"
@@ -28,8 +29,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psycopg2"
"${MINGW_PACKAGE_PREFIX}-python-pyopenssl"
"${MINGW_PACKAGE_PREFIX}-python-httplib2"
"${MINGW_PACKAGE_PREFIX}-python-mock"
"${MINGW_PACKAGE_PREFIX}-python-pyzmq"
"${MINGW_PACKAGE_PREFIX}-python-dnspython")
"${MINGW_PACKAGE_PREFIX}-python-pyzmq")
options=('staticlibs' 'strip' '!debug')
source=(${_realname}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
sha512sums=('50113061982f6d463058f838a13a2dfaca85ffa0a228241fe7560337d068de7b08c16d5e3c4f9b83b986d074da904669f295393b8cfd2d293c4cafdf7d401fd1')