summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb')
-rw-r--r--upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb
new file mode 100644
index 0000000000..cbd2136d27
--- /dev/null
+++ b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "The xmlschema library is an implementation of XML Schema for Python."
+HOMEPAGE = "https://github.com/sissaschool/xmlschema"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=385fddea479acdec12ab77a938f68cd9"
+
+SRC_URI[sha256sum] = "f3b33a21a2b2cdc404ddc3fb599d8bc1dee90b155d547370672e6e684746b8d6"
+
+inherit pypi python_setuptools_build_meta
+
+RDEPENDS:${PN} += "\
+ python3-elementpath \
+ python3-modules \
+"
+
+BBCLASSEXTEND = "native nativesdk"