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
This commit is contained in:
Major Hayden 2017-09-11 09:53:00 -06:00
parent 75ee1e18e5
commit 80594e3787
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
3 changed files with 0 additions and 20 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_epel_prep_distro_packages:
- epel-release
- yum-plugin-priorities

View File

@ -22,10 +22,3 @@ pip_install_distro_build_packages:
- libffi-devel
- libopenssl-devel
- python-devel
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

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