mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
python3-pyroute2: Add missing dependency on sqlite3 for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f46d400522)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user