This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 4e8d6eec5cef0fdba861ba6d29ee59b09631c296 (commit)
from 726b58dcfbbdfc95ae0872e20a2f6066ce37fed2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=4e8d6eec5cef0fd…
commit 4e8d6eec5cef0fdba861ba6d29ee59b09631c296
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 04:02:31 2017 +0200
setup.py: don't install py3 scripts with python2
If one calls 'python2 setup.py install', python replaces the script shebangs
with python2 ones, regardless of the code being mint python3, and vice versa.
In setup.py, name only the scripts that match the current python version.
Change-Id: I84a5c8ec108a99f527b0d2fb5bf4e312df5f7403
-----------------------------------------------------------------------
Summary of changes:
setup.py | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT