projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d04469
)
six==1.5.2
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 26 Mar 2014 21:17:29 +0000
(16:17 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 26 Mar 2014 21:17:29 +0000
(16:17 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index b0f399ddbcb357679f792d70f96262582d7b1a54..d1a37a1a4d2bcf4680d9aa4ae3ad3a868d53b236 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-63,10
+63,13
@@
try:
'mock',
'itsdangerous',
'pytz',
- 'six>=1.4.1',
'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'
+
## Annoying. Please remove once we can! We only indirectly
## use pbr, and currently it breaks things, presumably till
## their next release.