diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb new file mode 100644 index 0000000000..1599ea8347 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "PyAudio" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch" | ||
| 13 | |||
| 14 | DEPENDS += "portaudio-v19" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "portaudio-v19" | ||
