Merge "pip-and-virtualenv : fix fedora 30 install"
This commit is contained in:
commit
534b799de8
@ -93,7 +93,6 @@
|
||||
# These can only build on bionic
|
||||
dib_functests_extra:
|
||||
- fedora-minimal/build-succeeds
|
||||
- pip-and-virtualenv/source-install-fedora
|
||||
voting: false
|
||||
|
||||
- job:
|
||||
|
@ -34,8 +34,8 @@ if [[ $DISTRO_NAME =~ (opensuse|fedora|centos|centos7|rhel|rhel7) ]]; then
|
||||
exit 1
|
||||
fi
|
||||
_do_py3=1
|
||||
packages="python2-virtualenv python2-pip python2-setuptools"
|
||||
packages=" python3-virtualenv python3-pip python3-setuptools"
|
||||
packages="python2-pip python2-setuptools"
|
||||
packages+=" python3-virtualenv python3-pip python3-setuptools"
|
||||
;;
|
||||
rhel)
|
||||
case "$DIB_RELEASE" in
|
||||
|
Loading…
Reference in New Issue
Block a user