Makefile: change the rule to make sure pip is available
Since Python 2.7.9, it's possible to use the "ensurepip" module to check and bootstrap pip at the same time. Then, only if that is not available, we'd try the old bootstrap recipe. Reference: https://docs.python.org/2/library/ensurepip.htmlSigned-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录