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.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb (limited to 'meta-python/recipes-devtools/python/python3-pyyaml_5.4.bb') 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