diff options
author | Sławomir Lis <slis@gentoo.org> | 2015-09-02 07:38:00 +0200 |
---|---|---|
committer | Sławomir Lis <slis@gentoo.org> | 2015-09-02 07:38:00 +0200 |
commit | 1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5 (patch) | |
tree | 27b30020223fa549a03b20e9faa108680f94cfe3 /net-analyzer/ntopng | |
parent | dev-ruby/database_cleaner: version bump (diff) | |
download | gentoo-1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5.tar.gz gentoo-1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5.tar.bz2 gentoo-1bd5096cf5cc86a5cc8dee2a702a564927a6e3b5.zip |
Fixed deps (#558828)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/ntopng-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/ntopng-2.0.ebuild b/net-analyzer/ntopng/ntopng-2.0.ebuild index 9c9a60d03d86..b8aa18dd5b8c 100644 --- a/net-analyzer/ntopng/ntopng-2.0.ebuild +++ b/net-analyzer/ntopng/ntopng-2.0.ebuild @@ -21,7 +21,7 @@ DEPEND="dev-db/sqlite:3 dev-libs/libxml2 net-analyzer/rrdtool net-libs/libpcap - net-libs/zeromq" + dev-python/pyzmq" RDEPEND="${DEPEND} dev-db/redis" |