summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc
blob: be4c41e57351684934d5234e66ca531b2e1b13df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A utility belt for advanced users of python-requests."
HOMEPAGE = "https://toolbelt.readthedocs.org"
AUTHOR = "Ian Cordasco, Cory Benfield"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=71760e0f1dda8cff91b0bc9246caf571"

SRC_URI = "git://github.com/sigmavirus24/requests-toolbelt.git"
SRCREV = "94870f3f8e4e3507218a07f9d730c38abc42c219"

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-requests \
"

PR = "r0"

S = "${WORKDIR}/git"

BBCLASSEXTEND = "native nativesdk"