diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-17 18:49:17 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-17 22:27:14 -0800 |
commit | 71c233683d0b32d19108f3026b23a030446f05a9 (patch) | |
tree | 305569b4f35a3ca9e77bc100d6486e147f86d5c5 /meta-networking/recipes-connectivity | |
parent | dec5ceaacbfc9b56dcf6e8e31d06a390a1185f5f (diff) | |
download | meta-openembedded-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.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 860762c49..db029a4b8 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 | ||