setup.py: Updated version requirement for 'requests'. Fixes 5313.
authorJim Campbell <jcampbell@gnome.org>
Sun, 19 Apr 2015 17:26:11 +0000 (12:26 -0500)
committerJim Campbell <jcampbell@gnome.org>
Sun, 19 Apr 2015 17:26:11 +0000 (12:26 -0500)
commit3252f738368db9345db65f056800597c34a15d62
tree461161fbb9712935b15222dbda4b6a6bcae9249a
parent44db13fa840e23c30d03709815d38b9c44d4df18
setup.py: Updated version requirement for 'requests'. Fixes 5313.

If we don't speficify a version for 'requests', Debian installs
v2.4.x, but there is an issue with urllib3 and pyopenssl in versions
prior to 2.6.0. This issue caused our installs to fail.

Updating our requirement to 2.6.0 or greater resolves this issue
and allows our installation processes to proceed normally.
`
setup.py