ports/contrib (3.6): python3-requests: added missing dependency: python3-idna
commit 6e712b757e4fe93e84393f6c37b692f7860f83ca Author: Tim Biermann <tbier@posteo.de> Date: Sat Sep 25 19:39:14 2021 +0200 python3-requests: added missing dependency: python3-idna diff --git a/python3-requests/.signature b/python3-requests/.signature index d487ff480..d32bcd70e 100644 --- a/python3-requests/.signature +++ b/python3-requests/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34oIG5dY/1C+86Q0fuSwthBrP/NunMypyV5DZjby/9QivwBITwQUd68INlDANXpUyAPLiO25wiz+qgVNmopEuQU= -SHA256 (Pkgfile) = 7c67b06b712b90a0ec8bd8c0cad75d8e7e26a0531f59dc5292dcafb8ef9182d8 +RWSagIOpLGJF3yiijGPRvnv2/X5wPu9bOP/cvlqi9tOJplVQUdttGpOOiLghtViJV28zWfwy3yBbk5gY0wrT2faP2uIPYkfMLQw= +SHA256 (Pkgfile) = b40623af166771c9a63ac36abd2fc6336bf26832d74ad20316e1b64379b631bd SHA256 (.footprint) = dbf23790bd056083295cca36035bc7208d24c262e9222fcdac50b744a94a2352 SHA256 (requests-2.26.0.tar.gz) = b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7 SHA256 (certs.patch) = 3fa0c8ef2018ef0987d2daff79765b99abd99c539f2ec1241bcf9c31b1a4fd75 diff --git a/python3-requests/Pkgfile b/python3-requests/Pkgfile index 76f119406..47726d064 100644 --- a/python3-requests/Pkgfile +++ b/python3-requests/Pkgfile @@ -1,7 +1,7 @@ # Description: Python HTTP for Humans. # URL: http://python-requests.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-chardet python3-urllib3 +# Depends on: python3-chardet python3-idna python3-urllib3 name=python3-requests version=2.26.0
participants (1)
-
crux@crux.nu