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:
Alexander Todorov 2019-01-25 15:32:03 +02:00 committed by Alexander Todorov
parent 5adde2671e
commit 2f51fcfb8b

View File

@ -52,6 +52,8 @@ rlJournalStart
rlAssertRpm python2-pip
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 ansible[azure] futures"
rlPhaseEnd