From 87fb588fda19d8b61647295e2541d6f311de9111 Mon Sep 17 00:00:00 2001 From: Logan Cary Date: Mon, 26 Aug 2024 09:22:08 -0400 Subject: [PATCH] add truenas-verify to build depends --- src/middlewared/debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/middlewared/debian/control b/src/middlewared/debian/control index 844a5da5e0539..1950a094934ae 100644 --- a/src/middlewared/debian/control +++ b/src/middlewared/debian/control @@ -65,6 +65,7 @@ Build-Depends: alembic, python3-sgio, python3-systemd, python3-truenas-api-client, + python3-truenas-verify, python3-websocket, python3-zeroconf, python3-zettarepl, @@ -158,6 +159,7 @@ Depends: alembic, python3-sgio, python3-systemd, python3-truenas-api-client, + python3-truenas-verify, python3-websocket, python3-zeroconf, python3-zettarepl,