mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
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>
14 lines
503 B
BlitzBasic
14 lines
503 B
BlitzBasic
SUMMARY = "Use requests to talk HTTP via a UNIX domain socket"
|
|
HOMEPAGE = "https://pypi.org/project/requests-unixsocket/"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
|
|
|
SRC_URI[sha256sum] = "b2596158c356ecee68d27ba469a52211230ac6fb0cde8b66afb19f0ed47a1995"
|
|
|
|
PYPI_PACKAGE = "requests_unixsocket"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
DEPENDS += "python3-pbr-native python3-setuptools-scm-native"
|
|
RDEPENDS:${PN} = "python3-requests python3-urllib3"
|