mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python3-pyrad: 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
96b6379b49
commit
ed6aaf0293
|
|
@ -9,3 +9,11 @@ SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c4
|
|||
SRC_URI += "file://use-poetry-core.patch"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-crypt \
|
||||
python3-io \
|
||||
python3-logging \
|
||||
python3-netaddr \
|
||||
python3-six \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user