summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyaudio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyaudio.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pyaudio.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyaudio.inc b/meta-python/recipes-devtools/python/python-pyaudio.inc
deleted file mode 100644
index 0d3ddb1a56..0000000000
--- a/meta-python/recipes-devtools/python/python-pyaudio.inc
+++ /dev/null
@@ -1,13 +0,0 @@
1SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
5
6PYPI_PACKAGE = "PyAudio"
7
8SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
9SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
10
11DEPENDS += "portaudio-v19"
12
13RDEPENDS_${PN} += "portaudio-v19"