Package: pymol / 2.5.0+dfsg-1

28_no_data_install_in_python_path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael Banck <mbanck@debian.org>
Last-Update: Tue Mar 26 21:29:56 2013 +0000

--- a/setup.py
+++ b/setup.py
@@ -197,8 +197,6 @@ class install_pymol(install):
 
     def install_pymol_path(self):
         self.mkpath(self.pymol_path)
-        for name in [ 'LICENSE', 'data', 'test', 'examples', ]:
-            self.copy(name, os.path.join(self.pymol_path, name))
 
         if options.openvr:
             self.copy('contrib/vr/README.md',