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:
c47eb4c
)
Add lxml to requirements.txt to lftools
17/16717/2
v0.26.2
author
Anil Belur
<abelur@linuxfoundation.org>
Wed, 28 Aug 2019 06:01:58 +0000
(11:31 +0530)
committer
Anil Belur
<abelur@linuxfoundation.org>
Wed, 28 Aug 2019 06:01:59 +0000
(11:31 +0530)
'lftools nexus release -v --server https://nexus.opendaylight.org
odlparent-xxxx' returns the following error.
Error:
bs4.FeatureNotFound: Couldn't find a tree builder with the features
you requested: xml. Do you need to install a parser library?
Change-Id: Icf92537c338870cfa2508702ecbaaa5d4cf67edb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
498db37
..
a843109
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-18,6
+18,7
@@
oauth2client
pyyaml
pygerrit2
bs4
+lxml
# workarounds to prevent upstream from breaking us
netifaces==0.10.5