Skip to content

Commit

Permalink
[FIX] On Debian Stretch and Ubuntu Xenial, the 'virtualenv' command i…
Browse files Browse the repository at this point in the history
…s now provided by the 'virtualenv' package
  • Loading branch information
sebalix committed Mar 20, 2018
1 parent 5cb34ed commit b086e24
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion vars/Debian-9_Odoo-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python-virtualenv
- virtualenv
- build-essential
- python-dev
- libxml2-dev
Expand Down
2 changes: 1 addition & 1 deletion vars/Debian-9_Odoo-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python3-virtualenv
- virtualenv
- build-essential
- python3-dev
- libxml2-dev
Expand Down
2 changes: 1 addition & 1 deletion vars/Debian-9_Odoo-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python-virtualenv
- virtualenv
- build-essential
- python-dev
- libxml2-dev
Expand Down
2 changes: 1 addition & 1 deletion vars/Debian-9_Odoo-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python-virtualenv
- virtualenv
- build-essential
- python-dev
- libxml2-dev
Expand Down
2 changes: 1 addition & 1 deletion vars/Ubuntu-16_Odoo-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python-virtualenv
- virtualenv
- build-essential
- python-dev
- libxml2-dev
Expand Down
2 changes: 1 addition & 1 deletion vars/Ubuntu-16_Odoo-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python3-virtualenv
- virtualenv
- build-essential
- python3-dev
- libxml2-dev
Expand Down
2 changes: 1 addition & 1 deletion vars/Ubuntu-16_Odoo-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python-virtualenv
- virtualenv
- build-essential
- python-dev
- libxml2-dev
Expand Down
2 changes: 1 addition & 1 deletion vars/Ubuntu-16_Odoo-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ odoo_pip_build_dependencies:
- libssl-dev

odoo_buildout_build_dependencies:
- python-virtualenv
- virtualenv
- build-essential
- python-dev
- libxml2-dev
Expand Down

0 comments on commit b086e24

Please sign in to comment.