summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc b/external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc
new file mode 100644
index 00000000..a14690ae
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc
@@ -0,0 +1,15 @@
+SUMMARY = "Makes working with XML feel like you are working with JSON"
+AUTHOR = "Martin Blech"
+HOMEPAGE = "https://github.com/martinblech/xmltodict"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"
+
+PR = "r0"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-xml \
+"
+
+SRC_URI[md5sum] = "9f955947db085485873ac68154e88069"
+SRC_URI[sha256sum] = "8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df"