SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/pbgpp/patches/patch-setup_py
Normal file
13
net/pbgpp/patches/patch-setup_py
Normal file
|
@ -0,0 +1,13 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue