summaryrefslogtreecommitdiff
path: root/dev-python/dill/files/dill-0.2.5-avoid-installation-binaries.patch
blob: 16525c10b343ac52dc6f4b895c132ff3b542408a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From dfa34a34f09d0f868cc404d5c1ccf071f47fe63f Mon Sep 17 00:00:00 2001
From: Josue Ortega <josueortega@debian.org.gt>
Date: Sun, 1 Nov 2015 13:07:04 -0600
Subject: Patch to avoid the installation of upstream binaries under the wrong
 directories

---
 setup.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index 8f91183..1ee6dcf 100644
--- a/setup.py
+++ b/setup.py
@@ -283,10 +283,10 @@ if has_setuptools:
 """ % (ctypes_version)
 
 # add the scripts, and close 'setup' call
-setup_code += """    
-      scripts=['scripts/unpickle.py','scripts/get_objgraph.py'])
-"""
-
+#setup_code += """    
+#      scripts=['scripts/unpickle.py','scripts/get_objgraph.py'])
+#"""
+setup_code += ")"
 # exec the 'setup' code
 exec(setup_code)