summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python3-requests-unixsocket_0.2.0.bb
blob: 587d6d21a50178f22759e571d3b438aea8a0e660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Use requests to talk HTTP via a UNIX domain socket"
HOMEPAGE = "https://github.com/msabramo/requests-unixsocket"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"

inherit pypi setuptools3

DEPENDS += "\
    python3-pbr-native \
"

RDEPENDS_${PN} += "\
    python3-requests \
    python3-urllib3 \
"

RDEPENDS_${PN} += " \
    python3-io \
"

SRC_URI[sha256sum] = "9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea"