Revert "Fix argparse issue for RHEL 6.5."

This reverts commit d088fde2ea.

Since the underlying problem with argparse has been resolved 
in python 2.7 and filtering out argparse for python 2.6 has been removed,
there is no longer a need to explicitly install argparse for python 2.6.

Closes-bug: #1346364
Change-Id: If9534bf5a4400f5f72475c67a8e6e14da08f9562
This commit is contained in:
Brian Hou 2014-08-08 06:51:12 +00:00
parent f8f49ffbc2
commit 5ecd3c7101
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