diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2023-03-08 21:57:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 09:10:52 -0800 |
| commit | 0348695e8dda45b4b5b4c5c0f3346e4a9f40ec86 (patch) | |
| tree | e70e9865bca1ca7deccbc8b93e6c535cdabcb1bc | |
| parent | d7b8c3a9f7185ae36f96058b6c8239cbaa55fc8e (diff) | |
| download | meta-openembedded-0348695e8dda45b4b5b4c5c0f3346e4a9f40ec86.tar.gz | |
netplan: add missing runtime dependencies
Add python3-dbus and python3-rich[1] to RDEPENDS.
[1] https://github.com/canonical/netplan/pull/290
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_0.106.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_0.106.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_0.106.bb index b7fe7ae3ed..8c1eaa5503 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_0.106.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_0.106.bb | |||
| @@ -26,7 +26,7 @@ PACKAGECONFIG ?= "" | |||
| 26 | 26 | ||
| 27 | PACKAGECONFIG[tests] = ",,,python3-nose python3-coverage python3-netifaces python3-pycodestyle python3-pyflakes python3-pyyaml" | 27 | PACKAGECONFIG[tests] = ",,,python3-nose python3-coverage python3-netifaces python3-pycodestyle python3-pyflakes python3-pyyaml" |
| 28 | 28 | ||
| 29 | RDEPENDS:${PN} = "python3 python3-core python3-netifaces python3-pyyaml util-linux-libuuid libnetplan" | 29 | RDEPENDS:${PN} = "python3 python3-core python3-netifaces python3-pyyaml util-linux-libuuid libnetplan python3-dbus python3-rich" |
| 30 | 30 | ||
| 31 | inherit pkgconfig systemd | 31 | inherit pkgconfig systemd |
| 32 | 32 | ||
