aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-17 18:49:17 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-17 22:27:14 -0800
commit71c233683d0b32d19108f3026b23a030446f05a9 (patch)
tree305569b4f35a3ca9e77bc100d6486e147f86d5c5 /meta-networking/recipes-connectivity
parentdec5ceaacbfc9b56dcf6e8e31d06a390a1185f5f (diff)
downloadmeta-openembedded-contrib-71c233683d0b32d19108f3026b23a030446f05a9.tar.gz
netplan: rdep on python3 version of pyflakes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/netplan/netplan_0.98.bb2
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 = " \
"
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