summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/ufw/ufw_0.33.bb')
-rw-r--r--meta-networking/recipes-connectivity/ufw/ufw_0.33.bb6
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 = " \
20SRC_URI[md5sum] = "3747b453d76709e5a99da209fc0bb5f5" 20SRC_URI[md5sum] = "3747b453d76709e5a99da209fc0bb5f5"
21SRC_URI[sha256sum] = "5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8" 21SRC_URI[sha256sum] = "5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8"
22 22
23inherit setuptools features_check 23inherit setuptools3 features_check
24 24
25RDEPENDS_${PN} = " \ 25RDEPENDS_${PN} = " \
26 iptables \ 26 iptables \
27 python \ 27 python3 \
28 python-modules \ 28 python3-modules \
29 " 29 "
30 30
31RRECOMMENDS_${PN} = " \ 31RRECOMMENDS_${PN} = " \