diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb new file mode 100644 index 0000000000..bd4764f4de --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Config file reading, writing and validation." | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e2df3cb285297a24cd1097dfe6e96f95" | ||
5 | |||
6 | SRC_URI[sha256sum] = "03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848" | ||
7 | |||
8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
9 | |||
10 | PTEST_PYTEST_DIR = "src/tests" | ||
11 | |||
12 | RDEPENDS:${PN} += " \ | ||
13 | python3-pprint \ | ||
14 | python3-six \ | ||
15 | " | ||