From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../python/python-requests-toolbelt.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-requests-toolbelt.inc') 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" -- cgit 1.2.3-korg