From 19d1c76122c673660ea79e2f9b8b28d47dc3001c Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 11 Dec 2021 19:58:10 +0100 Subject: python3-lz4: update to 3.1.10 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb | 15 +++++++++++++++ meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb b/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb new file mode 100644 index 0000000000..b557529cc1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" + +DEPENDS += " \ + ${PYTHON_PN}-setuptools-scm-native \ + ${PYTHON_PN}-pkgconfig-native \ +" + +SRC_URI[sha256sum] = "439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb b/meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb deleted file mode 100644 index b14484b782..0000000000 --- a/meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" - -DEPENDS += " \ - ${PYTHON_PN}-setuptools-scm-native \ - ${PYTHON_PN}-pkgconfig-native \ -" - -SRC_URI[sha256sum] = "081ef0a3b5941cb03127f314229a1c78bd70c9c220bb3f4dd80033e707feaa18" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf