From 0b2f9dc54abea494feb8e08e01c40ba175008bea Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Sat, 19 Oct 2024 05:28:14 +0500 Subject: [PATCH] Add python3-cryptography to list of dev packages This commit adds python3-cryptography to list of deps which should be installed when dev-tools are being installed. TrueNAS already has this (and it pulls it from debian), however our test runners when they execute - they don't have this and it is required to run the integration tests. --- src/freenas/usr/bin/install-dev-tools | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freenas/usr/bin/install-dev-tools b/src/freenas/usr/bin/install-dev-tools index 8fde9b5a3455a..1059b041a1640 100755 --- a/src/freenas/usr/bin/install-dev-tools +++ b/src/freenas/usr/bin/install-dev-tools @@ -15,6 +15,7 @@ PACKAGES=( # open-iscsi is used to test authorized networks for iscsi open-iscsi # Integration and unit test utils, python package management + python3-cryptography python3-pip python3-pyfakefs python3-pyotp