Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ccd4741
)
Prevent PBR from getting installed
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Wed, 19 Apr 2017 02:17:36 +0000
(22:17 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Wed, 19 Apr 2017 02:19:35 +0000
(22:19 -0400)
openstacksdk's requirements.txt excludes PBR 2.1.0 and causes an install
issue if we pull it in. Let's also exclude it from our requirements.txt
too.
Change-Id: I5fb061ee794f93905b339582d82ad6613abf62f1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
baf2f09
..
4175d91
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-6,3
+6,6
@@
shade
sphinx>=1.4.9
sphinxcontrib-programoutput
sphinx_bootstrap_theme>=0.4.14
+
+# workarounds to prevent upstream from breaking us
+pbr!=2.1.0