|
@@ -0,0 +1,15 @@
|
|
|
+config BR2_PACKAGE_PYTHON_NETWORKMANAGER
|
|
|
+ bool "python-networkmanager"
|
|
|
+ depends on BR2_PACKAGE_NETWORK_MANAGER # runtime
|
|
|
+ depends on BR2_USE_WCHAR # dbus-python
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-python
|
|
|
+ depends on BR2_PACKAGE_DBUS # dbus-python
|
|
|
+ select BR2_PACKAGE_DBUS_PYTHON
|
|
|
+ help
|
|
|
+ python-networkmanager wraps NetworkManagers D-Bus interface
|
|
|
+ so you can be less verbose when talking to NetworkManager
|
|
|
+ from python. All interfaces have been wrapped in classes,
|
|
|
+ properties are exposed as python properties and function
|
|
|
+ calls are forwarded to the correct interface.
|
|
|
+
|
|
|
+ https://pypi.python.org/pypi/python-networkmanager/
|