From d2bf1c21eea1630348215a896f9eb6e843d6ebec Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 17 Mar 2025 14:57:30 -0700 Subject: [PATCH] debian: Add python3-venv build dep --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 45550f165e..eb495ec081 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 11), git, python3:any, python3-yaml, + python3-venv, ninja-build, libgtk-3-dev, libepoxy-dev,