diff options
| author | Anthony Del Frari <anthony.delfrari@vecima.com> | 2025-11-27 16:21:41 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-28 11:39:51 -0800 |
| commit | 3304914228a25f9ced71f3aeb6b40386eab82e20 (patch) | |
| tree | 543e25759e310c961875a6c382d65868b257f5a1 /meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb | |
| parent | c6618c38daee4b108d804c3a9046b12d60a7e96b (diff) | |
| download | meta-openembedded-3304914228a25f9ced71f3aeb6b40386eab82e20.tar.gz | |
python3-requests-unixsocket: Update to 0.4.1
python3-requests broke the http+unix url scheme with version 2.32.
Their position is that it's the responsibility of consuming libraries
to adopt their new interface. requests-unixsocket 0.4 adapts to the
new interface.
Signed-off-by: Dan McGregor <dan.mcgregor@vecima.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb new file mode 100644 index 0000000000..4485b89de7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.4.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Use requests to talk HTTP via a UNIX domain socket" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/requests-unixsocket/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b2596158c356ecee68d27ba469a52211230ac6fb0cde8b66afb19f0ed47a1995" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "requests_unixsocket" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta | ||
| 11 | |||
| 12 | DEPENDS += "python3-pbr-native python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} = "python3-requests python3-urllib3" | ||
