[Buildroot] [PATCH 3/3] python-treq: add missing BR2_INSTALL_LIBSTDCPP dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 24 15:25:33 UTC 2016


Hello,

On Tue, 17 May 2016 23:39:59 +0200, Thomas Petazzoni wrote:

> diff --git a/package/python-treq/Config.in b/package/python-treq/Config.in
> index a8590a9..d560ba3 100644
> --- a/package/python-treq/Config.in
> +++ b/package/python-treq/Config.in
> @@ -5,6 +5,7 @@ config BR2_PACKAGE_PYTHON_TREQ
>  	select BR2_PACKAGE_PYTHON_SIX # runtime
>  	select BR2_PACKAGE_PYTHON_TWISTED # runtime
>  	select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
> +	depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl
>  	help
>  	  treq is an HTTP library inspired by requests but written on
>  	  top of Twisted's Agents.  It provides a simple, higher level

Same here, I've added the Config.in comment for the dependency, which
was missing in my patch, and applied to master.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list