Skip to content

Commit 38e4697

Browse files
Alexclaude
andcommitted
fix: viewer-pi5 use system packages for zmq/cryptography, drop cec
- python3-cec does not exist in Debian Trixie repos - cec Python module not needed by viewer (uses cec-ctl CLI instead) - python3-zmq and python3-cryptography installed via apt - Strips cec/pyzmq/cryptography/netifaces from pip requirements to avoid Python 3.13/arm64 QEMU build failures Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e843898 commit 38e4697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/Dockerfile.viewer-pi5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ RUN apt-get update && \
6767
net-tools \
6868
procps \
6969
psmisc \
70-
python3-cec \
7170
python3-cryptography \
7271
python3-dev \
7372
python3-gi \

0 commit comments

Comments
 (0)