[oe] [meta-python][PATCH] python-cassandra-driver.inc: fix DEPENDS

Martin Jansa martin.jansa at gmail.com
Fri May 17 13:24:04 UTC 2019


It should also be ${PYTHON_PN}-cython-native if it really needs cython, but
somehow it built without that until now (as DEPENDS_${PN} doesn't do
anything useful).

On Fri, May 17, 2019 at 1:32 PM Martin Jansa <martin.jansa at gmail.com> wrote:

> * there is no such thing as DEPENDS_${PN}
>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-python/recipes-devtools/python/python-cassandra-driver.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
> a/meta-python/recipes-devtools/python/python-cassandra-driver.inc
> b/meta-python/recipes-devtools/python/python-cassandra-driver.inc
> index 1cc1f4c494..53ebfec337 100644
> --- a/meta-python/recipes-devtools/python/python-cassandra-driver.inc
> +++ b/meta-python/recipes-devtools/python/python-cassandra-driver.inc
> @@ -28,6 +28,6 @@ RDEPENDS_${PN} += "\
>      libevent \
>  "
>
> -DEPENDS_${PN} += "\
> +DEPENDS += "\
>      ${PYTHON_PN}-cython \
>  "
> --
> 2.17.1
>
>


More information about the Openembedded-devel mailing list