2016-11-29 21:21:53 -08:00
|
|
|
argparse ; python_version < '2.7'
|
2020-03-28 21:33:13 -07:00
|
|
|
|
|
|
|
# pip 7.1 added support for constraints, which are required by ansible-test to install most python requirements
|
|
|
|
# see https://github.com/pypa/pip/blame/e648e00dc0226ade30ade99591b245b0c98e86c9/NEWS.rst#L1258
|
|
|
|
pip >= 7.1, < 10 ; python_version < '2.7' # pip 10+ drops support for python 2.6 (sanity_ok)
|
|
|
|
pip >= 7.1 ; python_version >= '2.7' # sanity_ok
|