From: Christopher Allan Webber Date: Thu, 23 Jan 2014 15:23:38 +0000 (-0600) Subject: Setting a specific pbr version in setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9a7d986304725c752517e132c8c641fe7a2ced35;p=mediagoblin.git Setting a specific pbr version in setup.py --- diff --git a/setup.py b/setup.py index a5b52f18..488f0b29 100644 --- a/setup.py +++ b/setup.py @@ -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