so turns out we DON'T need NM installed in the host to support it, and DON'T need GI.
This commit is contained in:
parent
b889d17581
commit
2a3269e2e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,5 +17,6 @@
|
|||||||
*.zip
|
*.zip
|
||||||
.*.swp
|
.*.swp
|
||||||
.editix
|
.editix
|
||||||
|
.idea/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
test.py
|
test.py
|
||||||
|
@ -7,3 +7,5 @@ https://github.com/storaged-project/libblockdev/blob/master/tests/lvm_test.py
|
|||||||
|
|
||||||
using libnm with pygobject-introspection examples:
|
using libnm with pygobject-introspection examples:
|
||||||
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/master/examples/python/gi/
|
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/master/examples/python/gi/
|
||||||
|
NM.SETTING_CONNECTION_TYPE = https://developer.gnome.org/NetworkManager/stable/ch01.html
|
||||||
|
https://developer.gnome.org/libnm/stable/ch03.html
|
||||||
|
Loading…
Reference in New Issue
Block a user