Skip to content

Commit

Permalink
Merge pull request #81 from sebalix/fix/buildout_virtualenv
Browse files Browse the repository at this point in the history
[FIX] On Debian Stretch and Ubuntu Xenial, the 'virtualenv' command…
  • Loading branch information
JordiBForgeFlow authored Mar 21, 2018
2 parents 5cb34ed + b086e24 commit 31b3907
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 31b3907

Please sign in to comment.