From 6d9a943f34f0078a63721a4bcd5f74d9c2c2ef03 Mon Sep 17 00:00:00 2001 From: Jason Qiu Date: Sun, 27 Feb 2022 11:11:41 -0600 Subject: [PATCH] python-requests 2.27.1: add charset-normalizer as dependency --- mingw-w64-python-requests/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-requests/PKGBUILD b/mingw-w64-python-requests/PKGBUILD index 74eff69db8..a482240d2c 100644 --- a/mingw-w64-python-requests/PKGBUILD +++ b/mingw-w64-python-requests/PKGBUILD @@ -4,7 +4,7 @@ _realname=requests pkgbase=mingw-w64-python-${_realname} pkgver=2.27.1 -pkgrel=1 +pkgrel=2 pkgdesc="Requests is the only Non-GMO HTTP library for Python, safe for human consumption (mingw-w64)" pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}") @@ -16,7 +16,8 @@ license=('Apache') url="https://2.python-requests.org" depends=("${MINGW_PACKAGE_PREFIX}-python-urllib3" "${MINGW_PACKAGE_PREFIX}-python-chardet" - "${MINGW_PACKAGE_PREFIX}-python-idna") + "${MINGW_PACKAGE_PREFIX}-python-idna" + "${MINGW_PACKAGE_PREFIX}-python-charset-normalizer") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-httpbin" "${MINGW_PACKAGE_PREFIX}-python-pytest-mock"