Makefile: Add pip version check
We use features of pip-6.0.1 in our requirement files, therefor we
depend on pip>=6.0.1. This commit adds this dependency before
requirements are processed without "--upgrade". When the user has
pip>=6.0.1, nothing happens. When he has older pip it's upgraded.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
Showing
想要评论请 注册 或 登录