[Buildroot] [PATCH v3] dbus-python: add host package

Arnout Vandecappelle arnout at mind.be
Thu Aug 1 10:53:53 UTC 2019



On 09/11/2018 01:38, Brent Generous wrote:
> This can be useful for Python scripts running on a host machine that
> need to connect to a bus on a remote device, e.g. test scripts.
> 
> The target dbus-python depends on dbus instead of selecting it because
> dbus has dependencies that check that it is supported. Using 'select'
> would override those dependencies. For host-dbus, there are no such
> checks -- it's assumed the host has the features neeeded to run dbus, so
> it is okay to just depend on host-dbus.
> 
> The pyexpat dependency is not needed, as it is forced on for
> host-python.
> 
> Signed-off-by: Brent Generous <bgenerous at impinj.com>


 Applied to master, thanks.

 Sorry it took so long, after you were so quick to take into account our feedback.

 Regards,
 Arnout


More information about the buildroot mailing list