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
CLIREPO="tacker-client"
# Function checks whether a python egg is available, if not, installs
PKG="$1"
IPPACK=$(python - <<'____EOF'
import pip
PKG="$1"
IPPACK=$(python - <<'____EOF'
import pip
-function envSetup () {
- apt-get install -y python-all debhelper
+function envSetup() {
+ apt-get install -y python-all debhelper fakeroot
chkPPkg stdeb
chkCrudini
}
chkPPkg stdeb
chkCrudini
}