Remove python-requests, python-dateutil and pyOpenSSL
b/c they conflict with the modules coming from pip and prevent azure/ansible installation Related: rhbz#1656105
This commit is contained in:
parent
5adde2671e
commit
2f51fcfb8b
@ -52,6 +52,8 @@ rlJournalStart
|
|||||||
rlAssertRpm python2-pip
|
rlAssertRpm python2-pip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rlRun -t -c "yum -y remove python*-requests python*-dateutil pyOpenSSL"
|
||||||
|
|
||||||
rlRun -t -c "pip install --upgrade pip setuptools"
|
rlRun -t -c "pip install --upgrade pip setuptools"
|
||||||
rlRun -t -c "pip install ansible[azure] futures"
|
rlRun -t -c "pip install ansible[azure] futures"
|
||||||
rlPhaseEnd
|
rlPhaseEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user