[oe] [meta-networking][PATCH] python-ldap: add python-pyasn1 and python-pyasn1-modules as runtime dependencies

Tim Orling ticotimo at gmail.com
Fri Jun 7 07:17:42 UTC 2019


This recipe needs a python3 version as well. Python2 will be EOL soon.

On Mon, Jun 3, 2019 at 6:53 PM Yi Zhao <yi.zhao at windriver.com> wrote:

> According to Doc/requirements.txt, this package needs python-pyasn1 and
> python-pyasn1-modules as runtime dependencies.
>
> Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
> ---
>  meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb
> b/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb
> index d10f11b..af8961e 100644
> --- a/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb
> +++ b/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb
> @@ -26,4 +26,6 @@ do_configure_prepend() {
>  RDEPENDS_${PN} = " \
>      ${PYTHON_PN}-pprint \
>      ${PYTHON_PN}-threading \
> +    ${PYTHON_PN}-pyasn1 \
> +    ${PYTHON_PN}-pyasn1-modules \
>  "
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


More information about the Openembedded-devel mailing list