diff options
-rw-r--r-- | meta-networking/recipes-connectivity/netplan/netplan_0.98.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb index 860762c494..db029a4b8a 100644 --- a/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb +++ b/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = " \ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | DEPENDS = "glib-2.0 libyaml" | 21 | DEPENDS = "glib-2.0 libyaml" |
22 | RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python-pyflakes util-linux-libuuid" | 22 | RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid" |
23 | 23 | ||
24 | inherit pkgconfig systemd | 24 | inherit pkgconfig systemd |
25 | 25 | ||