reads PCAP input from file system, stdin, or by listening on a network interface. Furthermore, the parser is able to use several output filters and pipes to tailor the output for your individual needs. OK sthen@
16 lines
425 B
Plaintext
16 lines
425 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2017/01/13 14:15:41 phessler Exp $
|
|
|
|
Avoid using Kafka
|
|
|
|
--- setup.py.orig Fri Jan 13 15:10:55 2017
|
|
+++ setup.py Fri Jan 13 15:11:08 2017
|
|
@@ -15,7 +15,7 @@ setup(
|
|
|
|
zip_safe=False,
|
|
packages=packages,
|
|
- install_requires=['pcapy', 'kafka-python'],
|
|
+ install_requires=['pcapy'],
|
|
entry_points={
|
|
'console_scripts': [
|
|
'pbgpp = pbgpp.Application.CLI:main'
|