ports/net/py-pcapy/files/patch-setup.py
Antoine Brodin b865b0771e Unbreak and update py-pcapy to 0.10.8
Approved by:	eadler (mentor)
2013-04-28 22:08:43 +00:00

11 lines
443 B
Python

--- ./setup.py.orig 2013-04-28 16:58:49.000000000 +0000
+++ ./setup.py 2013-04-28 17:02:38.000000000 +0000
@@ -62,8 +62,5 @@
include_dirs = include_dirs,
library_dirs = library_dirs,
libraries = libraries)],
- scripts = ['tests/pcapytests.py', 'tests/96pings.pcap'],
- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
- ['README', 'LICENSE', 'pcapy.html'])],
)