From 5b82e30cc5f07c9fd2345d9031d517ac7b1eab75 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Jan 2020 08:09:02 -0800 Subject: ntop: Move dependency to use py3 Signed-off-by: Khem Raj --- meta-networking/recipes-support/ntop/ntop_5.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ntop/ntop_5.0.1.bb b/meta-networking/recipes-support/ntop/ntop_5.0.1.bb index 6f09937ed0..2d37969a70 100644 --- a/meta-networking/recipes-support/ntop/ntop_5.0.1.bb +++ b/meta-networking/recipes-support/ntop/ntop_5.0.1.bb @@ -27,7 +27,7 @@ UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ntop/files/ntop/Stable" inherit autotools-brokensep useradd python3native pkgconfig systemd -DEPENDS = "geoip rrdtool python zlib libpcap gdbm" +DEPENDS = "geoip rrdtool python3 zlib libpcap gdbm" PACKAGECONFIG ??= "openssl snmp plugins" PACKAGECONFIG[openssl] = "--with-ssl, --without-ssl, openssl, openssl" -- cgit v1.2.3-54-g00ecf