diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb new file mode 100644 index 0000000000..6768e959f4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SUMMARY = "Extending PyYAML with a custom constructor for including YAML files within YAML files" | ||
| 2 | HOMEPAGE = "https://github.com/tanbro/pyyaml-include" | ||
| 3 | LICENSE = "GPL-3.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" | ||
| 5 | SRCREV = "0f86bf16343d2ad52b53b793e0b35bb7ed7cd85b" | ||
| 6 | |||
| 7 | SRC_URI = " \ | ||
| 8 | git://github.com/tanbro/pyyaml-include;protocol=https;branch=1.x \ | ||
| 9 | file://run-ptest \ | ||
| 10 | " | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit python_setuptools_build_meta ptest | ||
| 15 | |||
| 16 | do_install_ptest() { | ||
| 17 | install -d ${D}${PTEST_PATH}/tests | ||
| 18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 19 | } | ||
| 20 | |||
| 21 | RDEPENDS:${PN} += " \ | ||
| 22 | python3-pyyaml \ | ||
| 23 | python3-toml \ | ||
| 24 | " | ||
| 25 | RDEPENDS:${PN}-ptest += " \ | ||
| 26 | python3-pytest \ | ||
| 27 | python3-unittest-automake-output \ | ||
| 28 | " | ||
| 29 | |||
