From 71c233683d0b32d19108f3026b23a030446f05a9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 17 Feb 2020 18:49:17 -0800 Subject: netplan: rdep on python3 version of pyflakes Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/netplan/netplan_0.98.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-connectivity/netplan') 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 = " \ " DEPENDS = "glib-2.0 libyaml" -RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python-pyflakes util-linux-libuuid" +RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid" inherit pkgconfig systemd -- cgit v1.2.3-54-g00ecf