dbus-python: select pyexpat dependency
authorIvan Sergeev <vsergeev@kumunetworks.com>
Tue, 19 Nov 2013 02:10:46 +0000 (18:10 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 30 Nov 2013 08:06:04 +0000 (09:06 +0100)
dbus-python requires xml.parsers.expat, which is provided by the pyexpat
module. This patch enables the pyexpat module as a dependency when dbus-python
is selected.

[Peter: fixup whitespace]
Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dbus-python/Config.in

index f7b6d943cf2029774eb79752d924704eddbca339..a38d27794accae9209a40bfe817317b38377f6ae 100644 (file)
@@ -5,6 +5,8 @@ config BR2_PACKAGE_DBUS_PYTHON
        depends on BR2_PACKAGE_DBUS
        depends on BR2_PACKAGE_PYTHON
        select BR2_PACKAGE_DBUS_GLIB
+       # pyexpat: runtime dependency only
+       select BR2_PACKAGE_PYTHON_PYEXPAT
        help
          Python bindings for D-Bus