diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-01-23 09:23:38 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-01-23 09:23:38 -0600 |
commit | 9a7d986304725c752517e132c8c641fe7a2ced35 (patch) | |
tree | 08d394f4d41b6a518e4f054cf6208b242d68fea5 | |
parent | c5b8ff2c75c2735a839efd1a5245e0c56b88ca69 (diff) | |
download | mediagoblin-9a7d986304725c752517e132c8c641fe7a2ced35.tar.lz mediagoblin-9a7d986304725c752517e132c8c641fe7a2ced35.tar.xz mediagoblin-9a7d986304725c752517e132c8c641fe7a2ced35.zip |
Setting a specific pbr version in setup.py
-rw-r--r-- | setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ try: 'pytz', 'six', 'oauthlib==0.5.0', + + # Annoying. Please remove! we only indirectly use pbr, and + # currently it breaks things, presumably till their next + # release. + 'pbr==0.5.22', ## This is optional! # 'translitcodec', ## For now we're expecting that users will install this from |