diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb new file mode 100644 index 0000000000..8917c88605 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "ALSA bindings" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "PSF-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[sha256sum] = "a78a9dca33524b2c9064b34e21f5ab874272313cf324a9a77592f396a5e0fddc" | ||
9 | |||
10 | DEPENDS += "alsa-lib" | ||
11 | |||
12 | RDEPENDS:${PN} += "libasound" | ||