From: Christopher Allan Webber Date: Wed, 26 Mar 2014 21:17:29 +0000 (-0500) Subject: six==1.5.2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0b3b9a291f70936bc2eb7ba0a6828da6202ef946;p=mediagoblin.git six==1.5.2 --- diff --git a/setup.py b/setup.py index b0f399dd..d1a37a1a 100644 --- a/setup.py +++ b/setup.py @@ -63,10 +63,13 @@ try: 'mock', 'itsdangerous', 'pytz', - 'six>=1.4.1', 'oauthlib==0.5.0', 'unidecode', + # PLEASE change this when we can; a dependency is forcing us to set this + # specific number and it is breaking setup.py develop + 'six==1.5.2' + ## Annoying. Please remove once we can! We only indirectly ## use pbr, and currently it breaks things, presumably till ## their next release.