summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-05-13 10:33:01 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commit58d8cf2c8fede05c12bf27f3e19b5c881ee4a500 (patch)
treee34015e660c444c51ed99d94f30fd7cb27015518 /meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb
parentebbb6bd411cb4d2b1eac8359dd3d86d2b18da46b (diff)
downloadmeta-openembedded-58d8cf2c8fede05c12bf27f3e19b5c881ee4a500.tar.gz
python3-pyalsaaudio: upgrade 0.9.0 -> 0.9.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb12
1 files changed, 12 insertions, 0 deletions
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
new file mode 100644
index 0000000000..e7e706c6cf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.2.bb
@@ -0,0 +1,12 @@
1SUMMARY = "ALSA bindings"
2SECTION = "devel/python"
3LICENSE = "PSF-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "e74a66d6c7a6bcceb990df66d3ebc0fe382fc9d765f35f050f9d98c695304b36"
9
10DEPENDS += "alsa-lib"
11
12RDEPENDS:${PN} += "libasound"