hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 # runtime
   select BR2_PACKAGE_PYTHON_SIX # runtime
   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/