Skip to content

Commit

Permalink
image: hack remove distro installed jaraco.functools
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin committed Oct 4, 2024
1 parent c8ef4a7 commit a00a575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ RUN rm -rf /var/lib/apt/lists/*
# NOTE(tobias.urdin): hack since pyparsing in site-packages collides with our requirements
RUN rm -rf /usr/lib/python3/dist-packages/pyparsing*

# NOTE(tobias.urdin): hack since jaraco.text in site-packages collides with our requirements
# NOTE(tobias.urdin): hack since jaraco packages in site-packages collides with our requirements
RUN rm -rf /usr/lib/python3/dist-packages/jaraco/text*
RUN rm -rf /usr/lib/python3/dist-packages/jaraco/functools*

# TODO(tobias.urdin): hack remove this when we drop python 3.9
RUN sed -i '1s/^/from __future__ import annotations\n/' /usr/lib/python3/dist-packages/werkzeug/sansio/utils.py
Expand Down

0 comments on commit a00a575

Please sign in to comment.