diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-26 16:41:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-26 16:41:56 -0500 |
commit | 9caaff48af3f356b6abe7c92efb685d182347fc1 (patch) | |
tree | 70b7b7e4deaaf67686d71e62887dd8011daa89e8 | |
parent | a946908d0fd5be2c117526c78f0b7d1826c3985a (diff) | |
download | mediagoblin-9caaff48af3f356b6abe7c92efb685d182347fc1.tar.lz mediagoblin-9caaff48af3f356b6abe7c92efb685d182347fc1.tar.xz mediagoblin-9caaff48af3f356b6abe7c92efb685d182347fc1.zip |
Okay, nm, that didn't fix it. Setting it back. Sigh.
-rw-r--r-- | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |