aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-05-17 11:32:23 +0000
committerKhem Raj <raj.khem@gmail.com>2019-05-20 09:49:00 -0700
commite7eacaecbd581ca2cc98f3e21667f4b3448f67d4 (patch)
tree844495fc9a98c2a2b185b4afffdc246190374e2e /meta-python/recipes-devtools/python
parentfc1b5310b28f70900a8a432048e08ee06ae309d7 (diff)
downloadmeta-openembedded-e7eacaecbd581ca2cc98f3e21667f4b3448f67d4.tar.gz
python-cassandra-driver.inc: fix DEPENDS
* there is no such thing as DEPENDS_${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-cassandra-driver.inc2
1 files changed, 1 insertions, 1 deletions
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 \
"