Skip to content

Commit

Permalink
[FIX] odoo_pip_dependencies: setuptools>=38.2.3 for Debian 8 (jessie)…
Browse files Browse the repository at this point in the history
… and Ubuntu 14.04 (trusty). These systems which provides an old setuptools package by default.
  • Loading branch information
sebalix committed May 2, 2018
1 parent 73ac5d5 commit 213b805
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions vars/Debian-8_Odoo-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ odoo_npm_packages:
odoo_pip_dependencies:
- pip>=9.0.1
- wrapt
- setuptools>=38.2.3
- odoo-autodiscover==2.0.0
- setuptools-odoo==2.0.2.post1

Expand Down
1 change: 1 addition & 0 deletions vars/Debian-8_Odoo-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ odoo_npm_packages: []
odoo_pip_dependencies:
- pip>=9.0.1
- wrapt
- setuptools>=38.2.3
- odoo-autodiscover==2.0.0
- setuptools-odoo==2.0.2.post1

Expand Down
1 change: 1 addition & 0 deletions vars/Debian-8_Odoo-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ odoo_npm_packages:
odoo_pip_dependencies:
- pip>=9.0.1
- wrapt
- setuptools>=38.2.3
- odoo-autodiscover==2.0.0
- setuptools-odoo==2.0.2.post1

Expand Down
1 change: 1 addition & 0 deletions vars/Ubuntu-14_Odoo-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ odoo_npm_packages:
odoo_pip_dependencies:
- pip>=9.0.1
- wrapt
- setuptools>=38.2.3
- odoo-autodiscover==2.0.0
- setuptools-odoo==2.0.2.post1

Expand Down
1 change: 1 addition & 0 deletions vars/Ubuntu-14_Odoo-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ odoo_debian_packages:
odoo_pip_dependencies:
- pip>=9.0.1
- wrapt
- setuptools>=38.2.3
- odoo-autodiscover==2.0.0
- setuptools-odoo==2.0.2.post1

Expand Down
1 change: 1 addition & 0 deletions vars/Ubuntu-14_Odoo-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ odoo_npm_packages:
odoo_pip_dependencies:
- pip>=9.0.1
- wrapt
- setuptools>=38.2.3
- odoo-autodiscover==2.0.0
- setuptools-odoo==2.0.2.post1

Expand Down

0 comments on commit 213b805

Please sign in to comment.