From ea3eadbfc8bc69227be34fdeb1e41edafea9d18f Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 1 Jun 2018 18:15:53 -0400 Subject: [PATCH] Remove redundant lftools pkg It turns out listing lftools[openstack] covers both lftools and the optional dependency. There is no need to list it twice. Change-Id: I741c53da1cbc8bf7fa0986cf02575366e215fb63 Signed-off-by: Thanh Ha --- jjb/odl-openstack-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/odl-openstack-install.sh b/jjb/odl-openstack-install.sh index 776b2b858..6524ed572 100644 --- a/jjb/odl-openstack-install.sh +++ b/jjb/odl-openstack-install.sh @@ -15,5 +15,5 @@ virtualenv "/tmp/v/openstack" # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 source "/tmp/v/openstack/bin/activate" pip install --upgrade "pip<10.0.0" setuptools -pip install --upgrade lftools lftools[openstack] python-openstackclient python-heatclient +pip install --upgrade lftools[openstack] python-openstackclient python-heatclient pip freeze -- 2.36.6