This change would benefit rpkg itself to proivsion environment to run tests, where latest version will be installed from PyPI, and the RPM package that it works well with older version of python-argparse in el6.
Signed-off-by: Chenxiong Qi cqi@redhat.com
rebased onto 983a52a6d5c086db7ea0a8103234e2576d694adb
Looks good to me. For RPM packaging the requirements have to be separate in spec file anyway, so the main use for the requires IMO is installing in virtualenv or for tests, where the constraint is not useful.
Pull-Request has been merged by cqi
This change would benefit rpkg itself to proivsion environment to run
tests, where latest version will be installed from PyPI, and the RPM
package that it works well with older version of python-argparse in el6.
Signed-off-by: Chenxiong Qi cqi@redhat.com