summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2021-03-04 17:45:01 -0300
committerKhem Raj <raj.khem@gmail.com>2021-03-08 07:29:49 -0800
commit30335523547f262e550783ed699c273c916ec2d7 (patch)
treeaffad3504fa6bc9bf0a24de9ab594ea7f426a897 /meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
parent81136ec9bbd05b342cb9f53d547d77b35b716ad8 (diff)
downloadmeta-openembedded-30335523547f262e550783ed699c273c916ec2d7.tar.gz
python3-requests: Support idna version 3.1
Change idna required version to use python3-idna recipe that currently is on version 3.1. Without this change python-request doesn't work as the idna version doesn't match the required versions. When bump python-request recipe, verify if the upstream project bumped the idna version and drop this patch. As this recipe was tested with python3-idna_3.1 don't allow higher versions. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests_2.25.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests_2.25.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
index 6af836543b..cea8fd5178 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
@@ -3,6 +3,8 @@ HOMEPAGE = "http://python-requests.org"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
5 5
6SRC_URI += "file://setup.py-Support-idna-version-3.1.patch"
7
6SRC_URI[sha256sum] = "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" 8SRC_URI[sha256sum] = "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"
7 9
8inherit pypi setuptools3 10inherit pypi setuptools3