The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-networkmanager / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-networkmanager/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-networkmanager/Config.in
new file mode 100644 (file)
index 0000000..fcbce57
--- /dev/null
@@ -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/