aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-02-17 15:52:24 -0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-02-17 15:52:24 -0800
commit4f798a8a0c964fe9da74dde84f9e4067122f40ab (patch)
tree4170c034f1c1f3be60e4ccea8e958d7c9652b24c /setup.py
parentfa9c0576bafa6e8d282e3220bac80a4087f557e0 (diff)
downloadmediagoblin-4f798a8a0c964fe9da74dde84f9e4067122f40ab.tar.lz
mediagoblin-4f798a8a0c964fe9da74dde84f9e4067122f40ab.tar.xz
mediagoblin-4f798a8a0c964fe9da74dde84f9e4067122f40ab.zip
Removed deprecated comment about wsgi environ being borked
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c5e0f9ab..96325ff6 100644
--- a/setup.py
+++ b/setup.py
@@ -56,8 +56,6 @@ if PY2:
# PyPI version (1.4.2) does not have proper Python 3 support
pyversion_install_requires.append('ExifRead')
pyversion_install_requires.append('PasteScript')
- # Paste 2.0 is breaking wsgi, see:
- # https://bitbucket.org/ianb/paste/issue/4/wsgi-environ-totally-borked
pyversion_install_requires.append('Paste')
else:
pyversion_install_requires.append('gunicorn')