Skip to content

Commit c8d4ac5

Browse files
committed
fix: inject setuptools into autosubsync venv too
autosubsync also imports pkg_resources (from its main.py). Same fix as ffsubsync — inject setuptools<82 into its pipx venv.
1 parent a13d01e commit c8d4ac5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ENV PATH="/home/node/.local/bin:$PATH"
2828
RUN pipx install ffsubsync \
2929
&& pipx inject ffsubsync 'setuptools<82' \
3030
&& pipx install autosubsync \
31+
&& pipx inject autosubsync 'setuptools<82' \
3132
&& find /home/node/.local/share/pipx -type f -name "*.pyc" -delete 2>/dev/null || true \
3233
&& find /home/node/.local/share/pipx -type d -name "__pycache__" -delete 2>/dev/null || true
3334

0 commit comments

Comments
 (0)