diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/ufw/ufw_0.33.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb index 6ff103c77..d620e88eb 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | |||
@@ -20,12 +20,12 @@ SRC_URI = " \ | |||
20 | SRC_URI[md5sum] = "3747b453d76709e5a99da209fc0bb5f5" | 20 | SRC_URI[md5sum] = "3747b453d76709e5a99da209fc0bb5f5" |
21 | SRC_URI[sha256sum] = "5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8" | 21 | SRC_URI[sha256sum] = "5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8" |
22 | 22 | ||
23 | inherit setuptools features_check | 23 | inherit setuptools3 features_check |
24 | 24 | ||
25 | RDEPENDS_${PN} = " \ | 25 | RDEPENDS_${PN} = " \ |
26 | iptables \ | 26 | iptables \ |
27 | python \ | 27 | python3 \ |
28 | python-modules \ | 28 | python3-modules \ |
29 | " | 29 | " |
30 | 30 | ||
31 | RRECOMMENDS_${PN} = " \ | 31 | RRECOMMENDS_${PN} = " \ |