mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
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>
This commit is contained in:
@@ -28,6 +28,6 @@ RDEPENDS_${PN} += "\
|
|||||||
libevent \
|
libevent \
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPENDS_${PN} += "\
|
DEPENDS += "\
|
||||||
${PYTHON_PN}-cython \
|
${PYTHON_PN}-cython \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user