summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
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"