Skip to content

Commit

Permalink
Add packaging as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 5, 2024
1 parent fe92572 commit c6fcca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ ARG odoo_version
# We use requirements from OCB for easier maintenance of older versions.
ADD https://raw.githubusercontent.com/OCA/OCB/$odoo_version/requirements.txt /tmp/ocb-requirements.txt
RUN pip install --no-cache-dir \
-r /tmp/ocb-requirements.txt
-r /tmp/ocb-requirements.txt \
packaging

# Install other test requirements.
# - coverage
Expand Down

0 comments on commit c6fcca6

Please sign in to comment.