summaryrefslogtreecommitdiff
path: root/package/dbus-python
diff options
context:
space:
mode:
authorIvan Sergeev <vsergeev@kumunetworks.com>2013-11-18 18:10:46 -0800
committerPeter Korsgaard <peter@korsgaard.com>2013-11-30 09:06:04 +0100
commitfe796fee83b735a101ef2c3801b3c765b1c3f633 (patch)
treeedb968630092efd3bb539729ccf37003ec792116 /package/dbus-python
parent155d27303e63f8b906191bcce74ea4c6f63332da (diff)
dbus-python: select pyexpat dependency
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>
Diffstat (limited to 'package/dbus-python')
-rw-r--r--package/dbus-python/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dbus-python/Config.in b/package/dbus-python/Config.in
index f7b6d943c..a38d27794 100644
--- a/package/dbus-python/Config.in
+++ b/package/dbus-python/Config.in
@@ -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