summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-httplib2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-httplib2.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-httplib2.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-httplib2.inc b/external/meta-iot-cloud/recipes-devtools/python/python-httplib2.inc
new file mode 100644
index 00000000..d4c80b3c
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-httplib2.inc
@@ -0,0 +1,24 @@
+DESCRIPTION = "A comprehensive HTTP client library."
+AUTHOR = "Joe Gregorio"
+HOMEPAGE = "https://github.com/httplib2/httplib2"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/${BPN}-${PV}-license;md5=56e5e931172b6164b62dc7c4aba6c8cf"
+
+PR = "r0"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-compression \
+ ${PYTHON_PN}-crypt \
+ ${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-email \
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-math \
+ ${PYTHON_PN}-netclient \
+"
+
+SRC_URI += "${HOMEPAGE}/raw/v${PV}/LICENSE;downloadfilename=${BPN}-${PV}-license;name=license"
+SRC_URI[license.md5sum] = "56e5e931172b6164b62dc7c4aba6c8cf"
+SRC_URI[license.sha256sum] = "589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4"
+
+SRC_URI[md5sum] = "9aa3e074da9a235cd675dd65e1fbcf39"
+SRC_URI[sha256sum] = "e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf"