From 7defe819b00a24a7c2040cac491bd7144d2573c8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 18 Jun 2021 15:29:59 +0200 Subject: [PATCH] python-eventlet: try to make pip check happy It depends on six and dnspython according to setup.py --- mingw-w64-python-eventlet/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-eventlet/PKGBUILD b/mingw-w64-python-eventlet/PKGBUILD index fb313aadd1..dde1bedaeb 100644 --- a/mingw-w64-python-eventlet/PKGBUILD +++ b/mingw-w64-python-eventlet/PKGBUILD @@ -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')