network: integrate networkmanager (#917)

fixes #881
this should be temporary until an implementation of sdbus-networkmanager
This commit is contained in:
Alfredo Monclus 2023-03-11 07:43:10 -06:00 committed by GitHub
parent 3220f084ec
commit 094b90cf86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1255 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ import contextlib
import logging
import uuid
import NetworkManager
from ks_includes import NetworkManager
import dbus
from dbus.mainloop.glib import DBusGMainLoop
import gi

View File

@ -4,5 +4,6 @@ requests==2.28.2
websocket-client==1.5.1
pycairo==1.22.0
PyGObject==3.42.2
python-networkmanager==2.2
python-mpv==0.5.2
six==1.16.0
dbus-python==1.3.2