Enable gentoo in pip-and-virtualenv element
Currently it will hit the `else` and try to apt-get, which fails. Change-Id: I951882cf3897ced165e167f12877c05ee62a5054
This commit is contained in:
parent
b5b9d98fa0
commit
d4fd7f1217
@ -103,6 +103,9 @@ EOF
|
|||||||
fi
|
fi
|
||||||
echo "exclude=$packages" >> ${conf}
|
echo "exclude=$packages" >> ${conf}
|
||||||
fi
|
fi
|
||||||
|
elif [[ $DISTRO_NAME = gentoo ]]; then
|
||||||
|
packages="dev-python/pip dev-python/virtualenv"
|
||||||
|
emerge -U $packages
|
||||||
else
|
else
|
||||||
# pre-install packages so dependencies are there. We will
|
# pre-install packages so dependencies are there. We will
|
||||||
# overwrite with latest below.
|
# overwrite with latest below.
|
||||||
|
Loading…
Reference in New Issue
Block a user