summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc b/external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc
new file mode 100644
index 00000000..be4c41e5
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc
@@ -0,0 +1,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"