Skip to content
Commit 53b4cd71 authored by Adrien Kunysz's avatar Adrien Kunysz Committed by Romain Bignon
Browse files

setup.py: be less confusing when make is missing



When make is missing, setup.py prints a message suggesting to install
PyQt4-devel even if it already is. This change with the help of
6788c11a6d63824862d340f82da9de46ef63ee60 makes the message more helpful.

Before:
$ python setup.py
Building Qt applications
Install PyQt4-devel or disable Qt applications (with --no-qt).

After:
$ python setup.py
Building Qt applications
Could not find executable: make
Install missing component(s) (see above) or disable Qt applications (with --no-qt).

Signed-off-by: default avatarAdrien Kunysz <adrien@kunysz.be>
Signed-off-by: default avatarRomain Bignon <romain@symlink.me>
parent 24119de0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment