
3 Dec
2013
3 Dec
'13
5:26 p.m.
On Tue, Dec 3, 2013 at 11:23 AM, Eric Blake <eblake@redhat.com> wrote:
On 12/03/2013 10:11 AM, Doug Goldstein wrote:
When setup.py is kicked off with a python interpreter other than the system 'python', (e.g. python2.7 setup.py build) the build process would switch to 'python' and not use python2.7 as requested by the user. We should always respect the user requested python interpreter and use it. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
ACK
-- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Thanks. Pushed and reworded the subject to: setup: Use user requested python binary To better match the style of our commits. -- Doug Goldstein