Remove pinning of requests for os-collect-config

We pinned requests to not use version 2.4.0 due to a bug in requests.
2.4.1 has been released now which fixes this issue.

Change-Id: I53f6ff92400b30e9faee186ae8fee9e4e6d0b127
This commit is contained in:
Gregory Haynes 2014-09-09 17:02:28 -07:00
parent 5868260d82
commit 4cd668b09f
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ else
# bug #1293812 : Avoid easy_install triggering on pbr.
/opt/stack/venvs/os-collect-config/bin/pip install -U 'pbr>=0.6,<1.0'
/opt/stack/venvs/os-collect-config/bin/pip install --pre -U os-collect-config
# Workaround for https://github.com/kennethreitz/requests/issues/2192
/opt/stack/venvs/os-collect-config/bin/pip install -U 'requests<2.4.0'
fi
# Write the manifest of what was installed