Update python requests.

Package versions are tied with urllib3 ones. Following an update to
urllib3, the requests package was not working anymore.
This commit is contained in:
Adrien Destugues
2018-11-17 13:14:06 +01:00
parent 9ca90eac95
commit 325c03b6a9

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2018 Kenneth Reitz"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://github.com/kennethreitz/requests/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="a8383bcc6b15bcaf95c5034b5a05f1bf57a18625a4659e39a08a15fdb097a831"
CHECKSUM_SHA256="0fcdfa626f76d47dff475f3fabea53dc9a959768164054d3547ed9fbf81e5e29"
SOURCE_FILENAME="requests-$portVersion.tar.gz"
ARCHITECTURES="any"