mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2026-01-19 04:32:45 +03:00
Distros recently started to object to using 'pip' to install system-wide packages to prevent breakage. We were hacking-around that by using 'pip install --break-system-packages', but it's straightforward to simply create a venv with '--system-site-packages' and install it there. Signed-off-by: Peter Krempa <pkrempa@redhat.com>