From 353982a14e28da9950aced2a360fde136e5aa9ae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 24 Apr 2023 11:24:35 +0800 Subject: python3-pyalsaaudio: upgrade 0.9.2 -> 0.10.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb | 12 ++++++++++++ .../recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb new file mode 100644 index 0000000000..8b22faad3a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "ALSA bindings" +SECTION = "devel/python" +LICENSE = "PSF-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "e21175500a2bd310ae3867e7991639defc1e2a5c92cf1b9f7083296b346738ab" + +DEPENDS += "alsa-lib" + +RDEPENDS:${PN} += "libasound" diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb deleted file mode 100644 index e7e706c6cf..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "ALSA bindings" -SECTION = "devel/python" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "e74a66d6c7a6bcceb990df66d3ebc0fe382fc9d765f35f050f9d98c695304b36" - -DEPENDS += "alsa-lib" - -RDEPENDS:${PN} += "libasound" -- cgit v1.2.3-54-g00ecf