Skip to content

Commit

Permalink
image: hack remove distro installed jaraco
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin committed Oct 4, 2024
1 parent 14978cc commit 5ac85a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ 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
RUN rm -rf /usr/lib/python3/dist-packages/jaraco/text*
# NOTE(tobias.urdin): hack since jaracoin site-packages collides with our requirements
RUN rm -rf /usr/lib/python3/dist-packages/jaraco*

# 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 5ac85a4

Please sign in to comment.