diff options
author | Domarys Correa <domarys.correa@ossystems.com.br> | 2020-05-15 11:16:20 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-19 17:14:08 -0700 |
commit | ae8968122461df7e1fa39138f32caa35218bb71f (patch) | |
tree | ccc1fb48dab3d959685f787b73b4605d24d2f981 | |
parent | a2719b02e11e6bf13b23796a3d07ada005dd6f8e (diff) | |
download | meta-openembedded-ae8968122461df7e1fa39138f32caa35218bb71f.tar.gz |
python3-argh: Add recipe version 0.26.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-argh_0.26.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb new file mode 100644 index 0000000000..6aa7588760 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Pattern matching and various utilities for file systems paths." | ||
2 | |||
3 | LICENSE = "LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad" | ||
5 | |||
6 | SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | ${PYTHON_PN}-logging \ | ||
12 | " | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||