mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-15 02:01:37 +00:00
3418fd18cf
This was removed in 0.3.1[1]. [1] https://github.com/msabramo/requests-unixsocket/commit/871807080250220c810dab0a3244b342a7a3c6d7 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
14 lines
484 B
BlitzBasic
14 lines
484 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-setuptools-scm-native"
|
|
RDEPENDS:${PN} = "python3-requests python3-urllib3"
|