diff options
author | Domarys Correa <domarys.correa@ossystems.com.br> | 2020-05-15 11:16:25 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-19 17:14:08 -0700 |
commit | 8288281e3b35674e8a76b600cb114e328c3ed94f (patch) | |
tree | d94c932318ec2a83d6d3f84e270ef43e6e62f147 | |
parent | dadaed39c981f360609d6c4fc53a9ed6568adf46 (diff) | |
download | meta-openembedded-8288281e3b35674e8a76b600cb114e328c3ed94f.tar.gz |
python3-trafaret-config: Add recipe version 2.0.2
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb new file mode 100644 index 0000000000..b0f7548e4c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret while keeping track of actual lines of file where error has happened." | ||
2 | |||
3 | LICENSE = "Apache-2.0 & MIT" | ||
4 | LIC_FILES_CHKSUM = "file://README.rst;beginline=98;endline=106;md5=a15308789c3b7d0f3ef36b69048423e4" | ||
5 | |||
6 | SRC_URI[sha256sum] = "440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a079f20be" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | ${PYTHON_PN}-trafaret \ | ||
12 | ${PYTHON_PN}-pyyaml \ | ||
13 | " | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||