projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b3b9a2
)
I guess this also fixes it and is nicer
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 26 Mar 2014 21:35:46 +0000
(16:35 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 26 Mar 2014 21:35:46 +0000
(16:35 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index d1a37a1a4d2bcf4680d9aa4ae3ad3a868d53b236..9979f5218b9512474f0c83df7f3079e25e7ee4c3 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-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