diff options
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.bb | 15 |
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 @@ | |||
| 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[md5sum] = "41199ffd2abbdaf1ce6b88cf8af48cc5" | ||
| 9 | SRC_URI[sha256sum] = "26bccc81e4243d1c0ff5487e6b481de6329fcd65c79365c267cef38f363a2b56" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | DEPENDS += "portaudio-v19" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "portaudio-v19" | ||
