1config BR2_PACKAGE_PYTHON_NETWORKMANAGER 2 bool "python-networkmanager" 3 depends on BR2_PACKAGE_NETWORK_MANAGER # runtime 4 depends on BR2_USE_WCHAR # dbus-python 5 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-python 6 depends on BR2_PACKAGE_DBUS # dbus-python 7 select BR2_PACKAGE_DBUS_PYTHON # runtime 8 select BR2_PACKAGE_PYTHON_SIX # runtime 9 help 10 python-networkmanager wraps NetworkManagers D-Bus interface 11 so you can be less verbose when talking to NetworkManager 12 from python. All interfaces have been wrapped in classes, 13 properties are exposed as python properties and function 14 calls are forwarded to the correct interface. 15 16 https://pypi.python.org/pypi/python-networkmanager/ 17