ntop: Move dependency to use py3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-01-22 08:09:02 -08:00
parent 67462c0581
commit 5b82e30cc5
@@ -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"