Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/apispec-6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored Jan 7, 2025
2 parents d94e35c + 64361a2 commit e01ada6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN ARCH=$(uname -m) && \
bash miniconda.sh -b && \
rm -f miniconda.sh

RUN python3 -m pip install poetry
RUN python3 -m pip install 'poetry<2.0.0'

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export DH_VIRTUALENV_INSTALL_ROOT=/opt/pantos
export POETRY_VIRTUALENVS_CREATE=false
PYTHON_VERSION = 3.12.4
SNAKE=debian/$(PACKAGE)$(DH_VIRTUALENV_INSTALL_ROOT)/$(PACKAGE)/bin/python3
EXTRA_REQUIREMENTS=--upgrade-pip --preinstall "setuptools>=38" --preinstall "poetry" --preinstall "dh-poetry"
EXTRA_REQUIREMENTS=--upgrade-pip --preinstall "setuptools>=38" --preinstall "poetry<2.0.0" --preinstall "dh-poetry"
DH_VENV_ARGS=--builtin-venv --python=$(SNAKE) $(EXTRA_REQUIREMENTS) \
--extra-pip-arg=--progress-bar=on \
--pip-tool dh-poetry
Expand Down

0 comments on commit e01ada6

Please sign in to comment.