Instead of pipdeptree itself which fails when the workspace is
too long, due to kernel constraint on max length available for an
interpreter and args.
Change-Id: Id7c3933c8a53c7648070e80e0d74bf905e547611
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
$PYTHON -m pip install --quiet --upgrade "lftools<1.0.0"
echo "----> Pip Dependency Tree"
-pipdeptree
+$PYTHON -m pipdeptree
$PYTHON -m pip install --quiet --upgrade tox argparse
echo "----> Pip Dependency Tree"
-pipdeptree
+$PYTHON -m pipdeptree