summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
diff options
context:
space:
mode:
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.bb16
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 @@
1SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
5
6PYPI_PACKAGE = "PyAudio"
7
8SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87"
9
10inherit pypi setuptools3
11
12SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch"
13
14DEPENDS += "portaudio-v19"
15
16RDEPENDS:${PN} += "portaudio-v19"