Call pipdeptree from python -m 31/5131/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 8 Jun 2017 23:27:07 +0000 (16:27 -0700)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 9 Jun 2017 14:59:05 +0000 (10:59 -0400)
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>
shell/lftools-install.sh
shell/tox-install.sh

index 19dd1e0..cebb0a5 100644 (file)
@@ -23,4 +23,4 @@ $PYTHON -m pip install --quiet --upgrade pipdeptree
 $PYTHON -m pip install --quiet --upgrade "lftools<1.0.0"
 
 echo "----> Pip Dependency Tree"
-pipdeptree
+$PYTHON -m pipdeptree
index 09b9ab2..a6e26bc 100644 (file)
@@ -14,4 +14,4 @@ $PYTHON -m pip install --quiet --upgrade pipdeptree
 $PYTHON -m pip install --quiet --upgrade tox argparse
 
 echo "----> Pip Dependency Tree"
-pipdeptree
+$PYTHON -m pipdeptree