1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-02 04:21:59 +03:00

Fix build due to previous LXC patch

Mark virDomainLxcEnterNamespace as skipped in python binding
and remove reference to lxcDomainOpenNamespace which doesn't
arrive until a later patch
This commit is contained in:
Daniel P. Berrange
2013-01-14 16:34:51 +00:00
parent d18147940f
commit 5b18cc1d26

View File

@ -530,6 +530,7 @@ skip_function = (
) )
lxc_skip_function = ( lxc_skip_function = (
"virDomainLxcEnterNamespace",
) )
qemu_skip_function = ( qemu_skip_function = (
#"virDomainQemuAttach", #"virDomainQemuAttach",