mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-pyaudio: upgrade 0.2.13 -> 0.2.14
Changelog: -pre-compiled wheels for Microsoft Windows (32-bit and 64-bit) are now available for Python 3.12 on PyPI. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
|
||||
|
||||
PYPI_PACKAGE = "PyAudio"
|
||||
|
||||
SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch"
|
||||
|
||||
DEPENDS += "portaudio-v19"
|
||||
|
||||
RDEPENDS:${PN} += "portaudio-v19"
|
||||
Reference in New Issue
Block a user