Skip to content

Commit

Permalink
Do not install virtualenv packages
Browse files Browse the repository at this point in the history
With switching to native venv module there is no need in installing
virtualenv package separatelly.

Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/822901
Change-Id: I74845cc40f38c06510aae7397870b6f63540cb45
  • Loading branch information
Dmitriy Rabotyagov authored and Dmitriy Rabotyagov committed Dec 24, 2021
1 parent dd62b39 commit 0cea2d7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions vars/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ openstack_host_kernel_modules:
- name: x_tables

## Base packages
_openstack_host_distro_packages:
- python3-virtualenv
- virtualenv
_openstack_host_distro_packages: []

## Bare metal base packages
_openstack_host_metal_distro_packages:
Expand Down
1 change: 0 additions & 1 deletion vars/redhat-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ openstack_host_kernel_modules:

## Base packages
_openstack_host_distro_packages:
- python3-virtualenv
- python3-devel
- python3-six

Expand Down
3 changes: 0 additions & 3 deletions vars/ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ openstack_host_kernel_modules:

## Base packages
_openstack_host_distro_packages:
- python-virtualenv
- python3-virtualenv
- virtualenv
- apt-utils

## Bare metal base packages
Expand Down
1 change: 0 additions & 1 deletion vars/ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ openstack_host_kernel_modules:

## Base packages
_openstack_host_distro_packages:
- python3-virtualenv
- apt-utils

## Bare metal base packages
Expand Down

0 comments on commit 0cea2d7

Please sign in to comment.