mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
python-feedformatter: add package RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7ebe715bb6
commit
a7195fc969
@@ -9,3 +9,9 @@ PR = "r0"
|
|||||||
SRC_URI = "git://github.com/marianoguerra/feedformatter.git"
|
SRC_URI = "git://github.com/marianoguerra/feedformatter.git"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "\
|
||||||
|
${PYTHON_PN}-datetime \
|
||||||
|
${PYTHON_PN}-io \
|
||||||
|
${PYTHON_PN}-xml \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user