diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-01-01 20:51:08 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-03 13:56:01 -0800 |
commit | 9d8bf35fb128973252797da0fabbb774ece8e902 (patch) | |
tree | 58b7fd8bc800e2a39ce66e28d2202739b5cf5f1a /meta-python | |
parent | e7915422e6f81b7b544101670d65e78c5e04d5e9 (diff) | |
download | meta-openembedded-9d8bf35fb128973252797da0fabbb774ece8e902.tar.gz |
python3-xmltodict: add recipe
Python module that makes working with XML feel
like you are working with JSON
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb new file mode 100644 index 0000000000..00aa818096 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Makes working with XML feel like you are working with JSON" | ||
2 | AUTHOR = "Martin Blech" | ||
3 | HOMEPAGE = "https://github.com/martinblech/xmltodict" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" | ||
6 | |||
7 | SRC_URI[md5sum] = "ddb2bd078cef4f7e3021a578034ad941" | ||
8 | SRC_URI[sha256sum] = "50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21" | ||
9 | |||
10 | PYPI_PACKAGE = "xmltodict" | ||
11 | |||
12 | inherit pypi setuptools3 | ||