set "pip install -U setuptools" 09/59909/1
authorHong Guan <hg4105@att.com>
Thu, 9 Aug 2018 18:32:44 +0000 (14:32 -0400)
committerHong Guan <hg4105@att.com>
Thu, 9 Aug 2018 18:33:15 +0000 (14:33 -0400)
Change-Id: I3897d81c8fd23ece198b5dcf34b21ea24859928a
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
mvn-phase-script.sh

index b23eb86..97cfeb8 100755 (executable)
@@ -86,6 +86,7 @@ test)
     virtualenv .testenv
     . .testenv/bin/activate
     pip install --upgrade pip
+    pip install -U setuptools
     pip install tox
     (cd $PLUGIN_SUBDIR; tox)
     deactivate
@@ -101,6 +102,7 @@ package)
   virtualenv .pkgenv
   . .pkgenv/bin/activate
   pip install --upgrade pip
+  pip install -U setuptools
   pip install wagon
   wagon create --format tar.gz $PLUGIN_SUBDIR
   deactivate