From 9af6e70a03a6d1a15b18603b1c9f11897a340e39 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 28 Jan 2020 14:50:50 -0500 Subject: [PATCH] Add cryptsetup to bindep.txt This is used when using encrypted volumes on iSCSI/FC drivers. Change-Id: I2af7aa6f82f635c515bc1bc1ae45a2c4448c1c7b --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index c178c65cfed..18e751914a9 100644 --- a/bindep.txt +++ b/bindep.txt @@ -34,3 +34,5 @@ thin-provisioning-tools [platform:debian] libxml2-dev [platform:dpkg test] libxslt-devel [platform:rpm test] libxslt1-dev [platform:dpkg test] +cryptsetup [platform:rpm] +cryptsetup-bin [platform:dpkg]