mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 13:14:52 +00:00
python3-pyroute2: Add missing dependency on sqlite3 for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fe3a2def88
commit
f46d400522
@ -30,6 +30,7 @@ SRC_URI += " \
|
|||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-fcntl \
|
python3-fcntl \
|
||||||
|
python3-sqlite3 \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user