Don't install any packages via pip

This patch ensures that we don't install any packages outside of a
virtualenv with pip.

CentOS has issues with python modules which are installed with pip
and are later installed with yum. Yum doesn't understand how to deal
with a package installation when some files are already there from
that package.

Closes-Bug: 1715888
Change-Id: I79e439f73e9d2790cb7a1327c1e1f4808b073e46
(cherry picked from commit 80594e3787)
This commit is contained in:
Major Hayden 2017-09-11 09:53:00 -06:00 committed by Jesse Pretorius
parent 2b35e8158a
commit f53ff81e3e
2 changed files with 0 additions and 13 deletions

View File

@ -22,13 +22,6 @@ pip_install_distro_build_packages:
- python-devel
- yum-plugin-priorities
pip_required_pip_packages:
- ndg-httpsclient # SSL SNI support
- pyasn1 # SSL SNI support
- pyOpenSSL # SSL SNI support
- requests # SSL SNI support
- urllib3 # SSL SNI support
pip_install_remove_distro_packages:
- centos-openstack-release-*
- centos-release-ceph-jewel

View File

@ -25,9 +25,3 @@ pip_install_distro_build_packages:
- libffi-dev
- libssl-dev
- python3-dev
pip_required_pip_packages:
- pyasn1 # SSL SNI support
- pyOpenSSL # SSL SNI support
- requests # SSL SNI support
- urllib3 # SSL SNI support