From 1470583c0ef5d6b0d14dda272c7b3e44baf206dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 5 Feb 2021 09:52:59 +0100 Subject: [PATCH] requests: remove certifi from requirements also remove upper bounds in requirements (from Arch). --- dev-python/requests/requests-2.25.1.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/requests/requests-2.25.1.recipe b/dev-python/requests/requests-2.25.1.recipe index 346eb39cf..c7c1066ee 100644 --- a/dev-python/requests/requests-2.25.1.recipe +++ b/dev-python/requests/requests-2.25.1.recipe @@ -4,7 +4,7 @@ HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests" COPYRIGHT="2019 Kenneth Reitz" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/kennethreitz/requests/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="03b192fad682a33964df331d35f90918b1940c89f6c5bcb10060be688ba50315" SOURCE_FILENAME="requests-$portVersion.tar.gz" @@ -49,6 +49,7 @@ REPLACES_python=" INSTALL() { + sed -i -e '/certifi/d' -e "s/,<.*'/'/" setup.py cp requests/certs.py certs.py.in for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}