56b0ed5de2
Added new runtime dependency on python-six. Dropped dbus-python as build time dependency (it's only runtime dependency). Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
695 B
Plaintext
17 lines
695 B
Plaintext
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/
|