summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb (renamed from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
index 30306410da..3414ed097b 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
@@ -8,9 +8,11 @@ PYPI_PACKAGE = "ruamel.yaml"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11BBCLASSEXTEND = "native nativesdk" 11SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67"
12 12
13SRC_URI[sha256sum] = "374373b4743aee9f6d9f40bea600fe020a7ac7ae36b838b4a6a93f72b584a14c" 13RDEPENDS_${PN} += "\
14 ${PYTHON_PN}-shell \
15"
14 16
15do_install_prepend() { 17do_install_prepend() {
16 export RUAMEL_NO_PIP_INSTALL_CHECK=1 18 export RUAMEL_NO_PIP_INSTALL_CHECK=1