Okay, nm, that didn't fix it. Setting it back. Sigh.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 26 Mar 2014 21:41:56 +0000 (16:41 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 26 Mar 2014 21:41:56 +0000 (16:41 -0500)
setup.py

index 9979f5218b9512474f0c83df7f3079e25e7ee4c3..d1a37a1a4d2bcf4680d9aa4ae3ad3a868d53b236 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,10 @@ try:
         'pytz',
         'oauthlib==0.5.0',
         'unidecode',
-        'six>=1.5.2'
+
+        # 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