[Buildroot] [PATCH 2/3] python-service-identity: add missing BR2_INSTALL_LIBSTDCPP dependency

Yegor Yefremov yegorslists at googlemail.com
Tue May 24 07:07:59 UTC 2016


On Tue, May 17, 2016 at 11:39 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> python-service-identity selects python-pyopenssl and python-pyasn, both
> of which depend on C++ support, but this dependency was not propagated
> to python-service-identity causing the following kconfig warning:
>
> warning: (BR2_PACKAGE_PYTHON_SERVICE_IDENTITY) selects BR2_PACKAGE_PYTHON_PYOPENSSL which has unmet direct dependencies ((BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3) && BR2_INSTALL_LIBSTDCPP)
> warning: (BR2_PACKAGE_PYTHON_SERVICE_IDENTITY) selects BR2_PACKAGE_PYTHON_PYASN which has unmet direct dependencies ((BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3) && BR2_INSTALL_LIBSTDCPP)
> warning: (BR2_PACKAGE_PYTHON_SERVICE_IDENTITY) selects BR2_PACKAGE_PYTHON_PYASN_MODULES which has unmet direct dependencies ((BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3) && BR2_INSTALL_LIBSTDCPP)
>
> Cc: Yegor Yefremov <yegorslists at googlemail.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>

> ---
>  package/python-service-identity/Config.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/python-service-identity/Config.in b/package/python-service-identity/Config.in
> index e2200f6..ee6ca4a 100644
> --- a/package/python-service-identity/Config.in
> +++ b/package/python-service-identity/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
>         select BR2_PACKAGE_PYTHON_PYASN # runtime
>         select BR2_PACKAGE_PYTHON_PYASN_MODULES # runtime
>         select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
> +       depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-pyasn
>         help
>           Service identity verification for pyOpenSSL.
>
> --
> 2.7.4
>



More information about the buildroot mailing list