]> piware.de Git - bin.git/commitdiff
cclaude: Install PyYAML
authorMartin Pitt <martin@piware.de>
Fri, 14 Aug 2026 11:05:14 +0000 (13:05 +0200)
committerMartin Pitt <martin@piware.de>
Fri, 14 Aug 2026 11:05:14 +0000 (13:05 +0200)
cclaude

diff --git a/cclaude b/cclaude
index f51a13387ea291ff82dc121874d02b1c313ff28a..07a46a5ab6a0509423c78806843f045d1693e7c9 100755 (executable)
--- a/cclaude
+++ b/cclaude
@@ -9,7 +9,7 @@ if ! podman image inspect "$IMG" >/dev/null; then
     podman build -t "$IMG" -f - /run <<EOF
 FROM fedora:latest
 RUN dnf install -y git strace gdb python3 python3-pytest gh rpmbuild jq yq util-linux-script just \
-                   openssl openssl-devel nodejs \
+                   openssl openssl-devel nodejs python3-pyyaml \
                    ShellCheck cargo rust rustfmt clippy golang \
     && dnf install -y --setopt=install_weak_deps=False systemd \
     && dnf clean all