JIRA: FUNCTEST-354
There is a library missing
Change-Id: I6e1ddef4558c49ec715ea318fedd5b4cefa62670
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
CLIREPO="tacker-client"
# Function checks whether a python egg is available, if not, installs
-function chkPPkg () {
+function chkPPkg() {
PKG="$1"
IPPACK=$(python - <<'____EOF'
import pip
fi
}
-function envSetup () {
- apt-get install -y python-all debhelper
+function envSetup() {
+ apt-get install -y python-all debhelper fakeroot
chkPPkg stdeb
chkCrudini
}