From ff9f3614136bed23a6543abc7fc91b9171370121 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 25 Jan 2021 11:30:35 +0200 Subject: python3-pyyaml: Upgrade 5.4 -> 5.4.1 Upgrade to release 5.4.1: - Fix stub compat with older pyyaml versions that may unwittingly load it Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyyaml_5.4.1.bb | 18 ++++++++++++++++++ .../recipes-devtools/python/python3-pyyaml_5.4.bb | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.4.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.4.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml_5.4.1.bb new file mode 100644 index 0000000000..c3025fdc66 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyyaml_5.4.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Python support for YAML" +DEPENDS += "libyaml ${PYTHON_PN}-cython-native" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" + +PYPI_PACKAGE = "PyYAML" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-netclient \ +" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb b/meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb deleted file mode 100644 index e46b608f74..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Python support for YAML" -DEPENDS += "libyaml ${PYTHON_PN}-cython-native" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" - -PYPI_PACKAGE = "PyYAML" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "3c49e39ac034fd64fd576d63bb4db53cda89b362768a67f07749d55f128ac18a" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-netclient \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf