Add lxml to requirements.txt to lftools 17/16717/2 v0.26.2
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 28 Aug 2019 06:01:58 +0000 (11:31 +0530)
committerAnil 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

index 498db37..a843109 100644 (file)
@@ -18,6 +18,7 @@ oauth2client
 pyyaml
 pygerrit2
 bs4
+lxml
 
 # workarounds to prevent upstream from breaking us
 netifaces==0.10.5