- Package:
- src:python-pyaudio
- Source:
- python-pyaudio
- Submitter:
- Helmut Grohne
- Date:
- 2019-09-25 05:33:05 UTC
- Severity:
- normal
python-python fails to cross build from source, because its dependencies (in particular python-sphinx) are not installable for the host architecture. Indeed, python-sphinx is only needed for python-pyaudio-doc, which is an arch:all package and thus irrelevant to cross building. Please move the relevant dependencies to Build-Depends-Indep. The attached patch implements that for your convenience. Helmut