mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-lockfile: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
447881540a
commit
bb70ead200
@@ -12,6 +12,9 @@ SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
DEPENDS += "python3-distutils-extra-native python3-pbr-native"
|
DEPENDS += "python3-distutils-extra-native python3-pbr-native"
|
||||||
RDEPENDS:${PN} += "python3-sqlite3"
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-io \
|
||||||
|
python3-sqlite3 \
|
||||||
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user