From: Anil Belur Date: Wed, 28 Aug 2019 06:01:58 +0000 (+0530) Subject: Add lxml to requirements.txt to lftools X-Git-Tag: v0.26.2^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=8e71b93f6e18cabc2c5ddca87b2754e4a354adf2;p=releng%2Flftools.git Add lxml to requirements.txt to lftools '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 --- diff --git a/requirements.txt b/requirements.txt index 498db378..a843109e 100644 --- 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