mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Skip python bindings for virDomainBlockPeek and virDomainMemoryPeek
* python/generator.py: skip generation for virDomainBlockPeek and virDomainMemoryPeek as they break the build Daniel
This commit is contained in:
@@ -313,6 +313,8 @@ skip_impl = (
|
||||
'virStorageVolGetInfo',
|
||||
'virStoragePoolGetAutostart',
|
||||
'virStoragePoolListVolumes',
|
||||
'virDomainBlockPeek',
|
||||
'virDomainMemoryPeek',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user