From e7eacaecbd581ca2cc98f3e21667f4b3448f67d4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 17 May 2019 11:32:23 +0000 Subject: python-cassandra-driver.inc: fix DEPENDS * there is no such thing as DEPENDS_${PN} Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- 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 \ " -- cgit 1.2.3-korg