[Python-modules-commits] [dill] 04/07: Patch to avoid the installation of upstream binaries under the wrong directories
Josué Ortega
noahfx-guest at moszumanska.debian.org
Sun Nov 1 19:43:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
noahfx-guest pushed a commit to branch master
in repository dill.
commit 4665bd546e8104b6a4bc245215b3846ff243ffe7
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 1289ce4..bdeea24 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