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:
parent
f8f49ffbc2
commit
5ecd3c7101
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user