]> git.ipfire.org Git - ipfire-2.x.git/commit
oci-cli: Add missing dependencies
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Jan 2026 14:51:48 +0000 (14:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Jan 2026 14:51:48 +0000 (14:51 +0000)
commitda2bd7ada59884d736c7ea8a843b3f22a865c3a0
tree36750ddc72ba38d6363b459621f6e21954182147
parentdafb967f5bcaafb1f412326e2f755dc382f47dbf
oci-cli: Add missing dependencies

Since the last update, the OCI CLI package requires some extra Python
dependenices. I find it very annoying that Python won't check this
during build time, so I added an extra step where we will run "oci
--help" and see if the command is coming up at all. Hopefully that will
be sufficient any no further Python modules will be loaded whenever they
are needed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/python3-prompt-toolkit [new file with mode: 0644]
config/rootfiles/packages/python3-wcwidth [new file with mode: 0644]
lfs/oci-cli
lfs/python3-prompt-toolkit [new file with mode: 0644]
lfs/python3-wcwidth [new file with mode: 0644]
make.sh