You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/09/07 16:01:26 UTC

qpid-dispatch git commit: DISPATCH-815 - Excluded qdmanage and qdstat from the call to distutils setup because distutils munges python shebang. CMake is already handling the installation of these scripts, so there is no reason to have them here

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master fdab0a7e8 -> 75ebbd13a


DISPATCH-815 - Excluded qdmanage and qdstat from the call to distutils setup because distutils munges python shebang. CMake is already handling the installation of these scripts, so there is no reason to have them here


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/75ebbd13
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/75ebbd13
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/75ebbd13

Branch: refs/heads/master
Commit: 75ebbd13adb7f86892bc3d7235499272cac9fc3a
Parents: fdab0a7
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Thu Sep 7 11:56:56 2017 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Thu Sep 7 11:56:56 2017 -0400

----------------------------------------------------------------------
 python/setup.py.in | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/75ebbd13/python/setup.py.in
----------------------------------------------------------------------
diff --git a/python/setup.py.in b/python/setup.py.in
index af63f5f..10a1be6 100755
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -52,7 +52,6 @@ setup(
     package_dir={'' : '${CMAKE_SOURCE_DIR}/python'},
     packages=['qpid_dispatch', 'qpid_dispatch.management'],
     package_data={'qpid_dispatch.management': ['*.json']},
-    scripts=['${CMAKE_SOURCE_DIR}/tools/qdstat', '${CMAKE_SOURCE_DIR}/tools/qdmanage'],
     cmdclass={'build_py': BuildPy},
 
     version='${QPID_DISPATCH_VERSION}',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org