Skip to content

Commit bda7c5c

Browse files
committed
fix(alma10): add cryptography python deps
Refs:CTOR-2319
1 parent c78f6ec commit bda7c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/docker/testing/Dockerfile.testing-plugins-alma10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dnf clean all
2222
dnf install -y python3.13 python3.13-pip
2323
pip3.13 install robotframework robotframework-examples
2424
# Install snmpsim
25-
pip3.13 install snmpsim pysmi
25+
pip3.13 install snmpsim pysmi cryptography
2626

2727
dnf install -y nodejs24
2828
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=${PNPM_VERSION} bash -

0 commit comments

Comments
 (0)