diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 0a75ee0a3fdb974820dd90ed9ee8e7d387ebc872 (patch) | |
| tree | 9e32a02582f06c5adfc7ef1e5c71ba1d68eb7ced /meta-python/recipes-devtools/python | |
| parent | e2bad288954cb58f52e392855687661027cb7461 (diff) | |
| download | meta-openembedded-0a75ee0a3fdb974820dd90ed9ee8e7d387ebc872.tar.gz | |
python3-uefi-firmware: 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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb b/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb index 49955c97e6..7db7c8059a 100644 --- a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb +++ b/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb | |||
| @@ -15,3 +15,8 @@ SRCREV = "dfb15b068960b771e2e1536d34790dac9b5bfe32" | |||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools3 | 17 | inherit setuptools3 |
| 18 | |||
| 19 | RDEPENDS:${PN} += " \ | ||
| 20 | python3-ctypes \ | ||
| 21 | python3-logging \ | ||
| 22 | " | ||
