aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-xmltodict_0.12.0.bb
blob: 96d4a35314a2abedbe26025f820515018784fe60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Makes working with XML feel like you are working with JSON"
HOMEPAGE = "https://github.com/martinblech/xmltodict"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"

PYPI_PACKAGE = "xmltodict"

SRC_URI[sha256sum] = "50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"