mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
3eb8b3c4dd
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
10 lines
493 B
Diff
10 lines
493 B
Diff
--- 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 @@
|
|
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']),
|
|
- (os.path.join('share', 'doc', PACKAGE_NAME, 'tests'), glob.glob('tests/*'))]
|
|
)
|