From 9caaff48af3f356b6abe7c92efb685d182347fc1 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 26 Mar 2014 16:41:56 -0500 Subject: [PATCH] Okay, nm, that didn't fix it. Setting it back. Sigh. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9979f521..d1a37a1a 100644 --- 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