Revision 0e33e4e78e6b63cb9db158b0b8fc871fd2fc2c16 authored by Daniel P. Berrangé on 22 February 2024, 11:40:38 UTC, committed by Michael Tokarev on 28 February 2024, 21:00:21 UTC
Python is transitioning to a world where you're not allowed to use 'pip
install' outside of a virutal env by default. The rationale is to stop
use of pip clashing with distro provided python packages, which creates
a major headache on distro upgrades.

All our CI environments, however, are 100% disposable so the upgrade
headaches don't exist. Thus we can undo the python defaults to allow
pip to work.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240222114038.2348718-1-berrange@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit a8bf9de2f4f398315ac5340e4b88c478d5457731)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent 6c14f93
History
File Mode Size
alsaaudio.c -rw-r--r-- 25.2 KB
audio-hmp-cmds.c -rw-r--r-- 2.7 KB
audio.c -rw-r--r-- 60.4 KB
audio.h -rw-r--r-- 5.9 KB
audio_int.h -rw-r--r-- 8.7 KB
audio_template.h -rw-r--r-- 15.2 KB
audio_win_int.c -rw-r--r-- 3.1 KB
audio_win_int.h -rw-r--r-- 308 bytes
coreaudio.m -rw-r--r-- 22.0 KB
dbusaudio.c -rw-r--r-- 20.9 KB
dsound_template.h -rw-r--r-- 7.0 KB
dsoundaudio.c -rw-r--r-- 18.9 KB
jackaudio.c -rw-r--r-- 17.2 KB
meson.build -rw-r--r-- 1.0 KB
mixeng.c -rw-r--r-- 13.8 KB
mixeng.h -rw-r--r-- 2.5 KB
mixeng_template.h -rw-r--r-- 3.9 KB
noaudio.c -rw-r--r-- 3.9 KB
ossaudio.c -rw-r--r-- 20.5 KB
paaudio.c -rw-r--r-- 24.4 KB
pwaudio.c -rw-r--r-- 23.0 KB
rate_template.h -rw-r--r-- 3.5 KB
sdlaudio.c -rw-r--r-- 13.8 KB
sndioaudio.c -rw-r--r-- 12.8 KB
spiceaudio.c -rw-r--r-- 9.4 KB
trace-events -rw-r--r-- 1.3 KB
trace.h -rw-r--r-- 31 bytes
wavaudio.c -rw-r--r-- 6.4 KB
wavcapture.c -rw-r--r-- 4.8 KB

back to top