From 9a7d986304725c752517e132c8c641fe7a2ced35 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 23 Jan 2014 09:23:38 -0600 Subject: [PATCH] Setting a specific pbr version in setup.py --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.25.1