Config.in 644 B

123456789101112131415
  1. config 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
  8. help
  9. python-networkmanager wraps NetworkManagers D-Bus interface
  10. so you can be less verbose when talking to NetworkManager
  11. from python. All interfaces have been wrapped in classes,
  12. properties are exposed as python properties and function
  13. calls are forwarded to the correct interface.
  14. https://pypi.python.org/pypi/python-networkmanager/