Skip to content

Commit

Permalink
Upgrade to gevent==1.0.2 that drops unsecure SSLv3.
Browse files Browse the repository at this point in the history
Python 2.7.9 in Debian is built without support for SSLv3. As this
constant is unavailable, previous versions of gevent fail on these
systems.
gevent/gevent#513
  • Loading branch information
slamora committed Jun 11, 2015
1 parent 2a1523b commit 334c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/bin/controller-admin.sh
Expand Up @@ -157,7 +157,7 @@ function install_requirements () {
pyflakes==0.8.1 \
requests==2.5.1 \
greenlet==0.4.5 \
gevent==1.0.1"
gevent==1.0.2"
PRODUCTION_PIP="django-simple-captcha==0.4.4 \
django-registration==1.0 \
django-google-maps==0.2.3"
Expand Down

0 comments on commit 334c39d

Please sign in to comment.