From 8e71b93f6e18cabc2c5ddca87b2754e4a354adf2 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 28 Aug 2019 11:31:58 +0530 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6