Replace pipdeptree with pip freeze 99/9999/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Apr 2018 17:15:07 +0000 (13:15 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Apr 2018 17:16:43 +0000 (13:16 -0400)
commit9f237eb9ddb18fe6e01cbadea0a75e36a0baf8d7
tree5c9b6f001cdb3983683deedd507983061e33cc61
parenta43407500e496929a295cd99c7cd025bad92ad43
Replace pipdeptree with pip freeze

While pipdeptree provides more detailed information it's
dependency with pip seems to break things if we don't
install in the correct order. Let's revert to pip freeze
for now until we have a better way to maintain these debugging
packages.

Issue: RELENG-884
Change-Id: Ib6d3008e2d0e195bc9a01a1c4dd476d92a9deace
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/jjb-install.sh
shell/node-install.sh
shell/tox-install.sh