diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2021-03-04 17:45:01 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 07:29:49 -0800 |
| commit | 30335523547f262e550783ed699c273c916ec2d7 (patch) | |
| tree | affad3504fa6bc9bf0a24de9ab594ea7f426a897 /meta-python/recipes-devtools/python/python3-requests_2.25.1.bb | |
| parent | 81136ec9bbd05b342cb9f53d547d77b35b716ad8 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://setup.py-Support-idna-version-3.1.patch" | ||
| 7 | |||
| 6 | SRC_URI[sha256sum] = "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" | 8 | SRC_URI[sha256sum] = "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" |
| 7 | 9 | ||
| 8 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
