[Python-modules-commits] [dill] 03/08: Patch to avoid the installation of upstream binaries under the wrong directories

Josué Ortega noahfx-guest at moszumanska.debian.org
Wed Feb 10 14:40:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

noahfx-guest pushed a commit to branch master
in repository dill.

commit dfa34a34f09d0f868cc404d5c1ccf071f47fe63f
Author: Josue Ortega <josueortega at debian.org.gt>
Date:   Sun Nov 1 13:07:04 2015 -0600

    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)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dill.git



More information about the Python-modules-commits mailing list