summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb
new file mode 100644
index 0000000000..dbeed9c2d8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb
@@ -0,0 +1,15 @@
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[md5sum] = "41199ffd2abbdaf1ce6b88cf8af48cc5"
9SRC_URI[sha256sum] = "26bccc81e4243d1c0ff5487e6b481de6329fcd65c79365c267cef38f363a2b56"
10
11inherit pypi setuptools3
12
13DEPENDS += "portaudio-v19"
14
15RDEPENDS:${PN} += "portaudio-v19"