2018-04-11 23:49:13 +02:00
|
|
|
--- pcapy-0.11.3/setup.py.orig 2018-04-09 14:01:47.209882717 -0600
|
|
|
|
+++ pcapy-0.11.3/setup.py 2018-04-09 14:06:58.308869383 -0600
|
|
|
|
@@ -88,7 +88,4 @@
|
2017-04-07 21:29:53 +02:00
|
|
|
library_dirs=library_dirs,
|
|
|
|
libraries=libraries)],
|
2018-04-11 23:49:13 +02:00
|
|
|
#scripts=['tests/pcapytests.py', 'tests/96pings.pcap'],
|
2017-04-07 21:29:53 +02:00
|
|
|
- data_files=[
|
2018-04-11 23:49:13 +02:00
|
|
|
- (os.path.join('share', 'doc', PACKAGE_NAME), ['README', 'LICENSE', 'pcapy.html']),
|
|
|
|
- (os.path.join('share', 'doc', PACKAGE_NAME, 'tests'), glob.glob('tests/*'))]
|
2017-04-07 21:29:53 +02:00
|
|
|
)
|