File: 00-remove-executable-installation.patch

package info (click to toggle)
dill 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: python: 6,948; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Avoid the installation of scripts under /usr/bin directory. 
Author: Josue Ortega <josue@debian.org>
Last-Update: 2023-09-14

--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,6 @@
     ],
     packages = ['dill','dill.tests'],
     package_dir = {'dill':'dill', 'dill.tests':'dill/tests'},
-    scripts=['scripts/undill','scripts/get_objgraph','scripts/get_gprof'],
 )
 
 # force python-, abi-, and platform-specific naming of bdist_wheel