From 102e18178d7019177bf70d3f4de0b260fea242a8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 3 Aug 2020 12:57:57 +0300 Subject: python3-pyalsaaudio: Upgrade 0.8.4 -> 0.9.0 Upgrade to release 0.9.0: - Added keyword arguments for channels, format, rate and periodsize - Deprecated setchannel, setformat, setrate and setperiodsize Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb (limited to 'meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb deleted file mode 100644 index 987010a142..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.8.4.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "ALSA bindings" -SECTION = "devel/python" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "b46f69561bc85fc52e698b2440ca251e" -SRC_URI[sha256sum] = "84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085" - -DEPENDS += "alsa-lib" - -RDEPENDS_${PN} += "libasound" -- cgit v1.2.3-54-g00ecf