summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb
new file mode 100644
index 0000000000..96602016e0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp."
2
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437"
5
6SRC_URI[sha256sum] = "72c342ede27fb34cd219b62855119380ae1c87006b6106be163c01159eb955ff"
7SRC_URI[md5sum] = "228675376012fb27dd7f70ab685e7766"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += " \
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-numbers \
14 ${PYTHON_PN}-urllib3 \
15"
16
17BBCLASSEXTEND = "native nativesdk"