mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,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/
|
||||
Reference in New Issue
Block a user