diff options
| author | Domarys Correa <domarys.correa@ossystems.com.br> | 2020-05-15 11:16:24 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-19 17:14:08 -0700 |
| commit | dadaed39c981f360609d6c4fc53a9ed6568adf46 (patch) | |
| tree | b97bdb175a41a7340e6c87361e7a27c26bd894c9 | |
| parent | 11858121c397d085bc5a7d568a81cc2138e65254 (diff) | |
| download | meta-openembedded-dadaed39c981f360609d6c4fc53a9ed6568adf46.tar.gz | |
python3-trafaret: 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_2.0.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb new file mode 100644 index 0000000000..4e814073b2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp." | ||
| 2 | |||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "61dfc25b574f70bfdf7ee3a808ec423061811c13a10b8d3c9e11ab539b96ab65" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += " \ | ||
| 11 | ${PYTHON_PN}-datetime \ | ||
| 12 | ${PYTHON_PN}-numbers \ | ||
| 13 | ${PYTHON_PN}-urllib3 \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
