summaryrefslogtreecommitdiffstats
path: root/package/dbus-python/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-11-20 14:53:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-22 19:15:11 +0100
commitd1935562e83ef0d221929d935cf3d673435c85cb (patch)
tree34d32d1523c3e2be028e6376d4d68508bc919ce2 /package/dbus-python/Config.in
parentfbb8cbfdf4ef0be10d2e9b8e51cde98d2909a120 (diff)
downloadbuildroot-d1935562e83ef0d221929d935cf3d673435c85cb.tar.gz
buildroot-d1935562e83ef0d221929d935cf3d673435c85cb.zip
dbus-python: add python3 support
[Thomas: update the dependencies of the comment to take into account that we can now also build with Python 3.] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dbus-python/Config.in')
-rw-r--r--package/dbus-python/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/dbus-python/Config.in b/package/dbus-python/Config.in
index a38d27794a..332726348d 100644
--- a/package/dbus-python/Config.in
+++ b/package/dbus-python/Config.in
@@ -3,15 +3,16 @@ config BR2_PACKAGE_DBUS_PYTHON
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_PACKAGE_DBUS
- depends on BR2_PACKAGE_PYTHON
+ depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_DBUS_GLIB
# pyexpat: runtime dependency only
- select BR2_PACKAGE_PYTHON_PYEXPAT
+ select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
help
Python bindings for D-Bus
http://dbus.freedesktop.org/doc/dbus-python/
comment "dbus-python needs a toolchain w/ wchar, threads"
- depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON
+ depends on BR2_PACKAGE_DBUS && (BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud