Skip to content

Commit

Permalink
Pin pg_activity version to avoid psycopg2 problems (#422)
Browse files Browse the repository at this point in the history
Follow up of 0228386
  • Loading branch information
joao-p-marques authored May 6, 2021
1 parent 59264de commit ce4966c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN pip install \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
git-aggregator \
"pg_activity<=2.0.3" \
"pg_activity<2.0.0" \
plumbum \
ptvsd \
debugpy \
Expand Down
2 changes: 1 addition & 1 deletion 12.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN pip install \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
git-aggregator \
"pg_activity<=2.0.3" \
"pg_activity<2.0.0" \
plumbum \
ptvsd \
debugpy \
Expand Down
2 changes: 1 addition & 1 deletion 13.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RUN build_deps=" \
git-aggregator \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
"pg_activity<=2.0.3" \
"pg_activity<2.0.0" \
phonenumbers \
plumbum \
ptvsd \
Expand Down

0 comments on commit ce4966c

Please sign in to comment.