diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-05-17 11:32:23 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-20 09:49:00 -0700 |
commit | e7eacaecbd581ca2cc98f3e21667f4b3448f67d4 (patch) | |
tree | 844495fc9a98c2a2b185b4afffdc246190374e2e /meta-python | |
parent | fc1b5310b28f70900a8a432048e08ee06ae309d7 (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cassandra-driver.inc | 2 |
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} += "\ | |||
28 | libevent \ | 28 | libevent \ |
29 | " | 29 | " |
30 | 30 | ||
31 | DEPENDS_${PN} += "\ | 31 | DEPENDS += "\ |
32 | ${PYTHON_PN}-cython \ | 32 | ${PYTHON_PN}-cython \ |
33 | " | 33 | " |