diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-26 16:35:46 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-26 16:35:46 -0500 |
commit | a946908d0fd5be2c117526c78f0b7d1826c3985a (patch) | |
tree | d5119ceb202ebb49ed41ef87cf6f52345541c7b0 | |
parent | 0b3b9a291f70936bc2eb7ba0a6828da6202ef946 (diff) | |
download | mediagoblin-a946908d0fd5be2c117526c78f0b7d1826c3985a.tar.lz mediagoblin-a946908d0fd5be2c117526c78f0b7d1826c3985a.tar.xz mediagoblin-a946908d0fd5be2c117526c78f0b7d1826c3985a.zip |
I guess this also fixes it and is nicer
-rw-r--r-- | setup.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -65,10 +65,7 @@ try: 'pytz', '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' + 'six>=1.5.2' ## Annoying. Please remove once we can! We only indirectly ## use pbr, and currently it breaks things, presumably till |