mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
443 B
Python
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'])],
|
|
)
|
|
|