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.bb3
1 files changed, 2 insertions, 1 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
index 1599ea8347..0e2810ae74 100644
--- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
+++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
@@ -4,10 +4,11 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
5 5
6PYPI_PACKAGE = "PyAudio" 6PYPI_PACKAGE = "PyAudio"
7UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
7 8
8SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87" 9SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87"
9 10
10inherit pypi setuptools3 11inherit pypi python_setuptools_build_meta
11 12
12SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch" 13SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch"
13 14