Skip to content

Commit

Permalink
update doni installation after poetry removal
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Nov 29, 2023
1 parent 5e30668 commit 6770fa8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions kolla-template-overrides.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ RUN cp -R /additions/extra/* /etc/blazar/ \
#########
# Doni
#########

{% block doni_worker_header %}
# Force upgrade PyJWT so that balena-sdk dependencies can be satisfied.
# The requirements repo has a constraint on PyJWT so we have to install both
# separately to avoid getting downgraded.
RUN pip --no-cache-dir install --upgrade PyJWT>=2.0.0 balena-sdk
{% block doni_base_header %}
# After converting from poetry to setuptools with pyproject.toml
# we need a newer version of pip to correctly get the package name
RUN pip install --upgrade pip
{% endblock %}

#########
Expand Down

0 comments on commit 6770fa8

Please sign in to comment.