mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
447881540a
commit
bb70ead200
|
|
@ -12,6 +12,9 @@ SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361
|
|||
inherit pypi setuptools3
|
||||
|
||||
DEPENDS += "python3-distutils-extra-native python3-pbr-native"
|
||||
RDEPENDS:${PN} += "python3-sqlite3"
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-io \
|
||||
python3-sqlite3 \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user