From cebd1ad71cd588994c290fd3fb031b106fedc45d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 23 Jan 2014 09:32:54 -0600 Subject: [PATCH] Okay that broke the build process(?), testing if this fixes it --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a061f2fe..59101a9e 100644 --- a/setup.py +++ b/setup.py @@ -66,10 +66,11 @@ try: 'six', 'oauthlib==0.5.0', - # Annoying. Please remove once we can! We only indirectly - # use pbr, and currently it breaks things, presumably till - # their next release. - 'pbr==0.5.22', + ## Annoying. Please remove once we can! 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