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