diff options
-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 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "374373b4743aee9f6d9f40bea600fe020a7ac7ae36b838b4a6a93f72b584a14c" | 13 | RDEPENDS_${PN} += "\ |
14 | ${PYTHON_PN}-shell \ | ||
15 | " | ||
14 | 16 | ||
15 | do_install_prepend() { | 17 | do_install_prepend() { |
16 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 | 18 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 |