Replace pip freeze with pipdeptree
[releng/builder.git] / jjb / opendaylight-infra-stack.sh
index f68f6a00866709eb33ddd36c2b7a1d137b34fa3b..54f65e137cd66db04505c05df69cfba05b53bf32 100644 (file)
@@ -14,7 +14,8 @@ virtualenv "/tmp/v/openstack"
 source "/tmp/v/openstack/bin/activate"
 pip install --upgrade pip
 pip install --upgrade python-openstackclient python-heatclient
-pip freeze
+pip install --upgrade pipdeptree
+pipdeptree
 
 cd /builder/openstack-hot || exit 1