libvirt-python3: temporarily broken for aarch64*

This commit is contained in:
Jürgen Buchmüller 2020-01-17 15:37:56 +01:00
parent de7cba9b98
commit 753c2daf89

View File

@ -12,3 +12,7 @@ license="LGPL-2.1-or-later"
homepage="https://pypi.org/project/libvirt-python/"
distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
checksum=785f64755fc78a0eafecef74676fecf2bbbd2eaa6587ef697119ef6e1a68dbfd
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="Builders need libvirt update for the host" ;;
esac