Merge "Revert "Fix argparse issue for RHEL 6.5.""

This commit is contained in:
Jenkins 2014-08-12 17:26:01 +00:00 committed by Gerrit Code Review
commit ac45e5abd8
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ else
/opt/stack/venvs/os-apply-config/bin/pip install -U 'setuptools>=1.0'
# bug #1293812 : Avoid easy_install triggering on pbr.
/opt/stack/venvs/os-apply-config/bin/pip install -U 'pbr>=0.6,<1.0'
/opt/stack/venvs/os-apply-config/bin/pip install -U 'argparse'
/opt/stack/venvs/os-apply-config/bin/pip install --pre -U os-apply-config
fi

View File

@ -22,7 +22,6 @@ else
/opt/stack/venvs/os-refresh-config/bin/pip install -U 'setuptools>=1.0'
# bug #1293812 : Avoid easy_install triggering on pbr.
/opt/stack/venvs/os-refresh-config/bin/pip install -U 'pbr>=0.5.21,<1.0'
/opt/stack/venvs/os-refresh-config/bin/pip install -U 'argparse'
/opt/stack/venvs/os-refresh-config/bin/pip install --pre -U os-refresh-config
fi