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