Dear Santiago,

I believe this bug is due to the fact that debian/control is missing some build dependencies. Applying this patch should fix the issue.


diff --git a/release/debian/control b/release/debian/control
index 4ea71d8b..37223977 100644
--- a/release/debian/control
+++ b/release/debian/control
@@ -10,6 +10,8 @@ Build-Depends: debhelper-compat (= 13),
                d-shlibs,
                gawk,
                python3-setuptools,
+               python3-venv,
+               python3-build,
                python3-all-dev,
                python3-numpy,
                zlib1g-dev,

Let me know if this is not the case. Then we can also enter a private conversation what the best a approach would be, to fix this.


Best,
  Alois

P.S.: recently, biosig 3.9.3 was released containing serveral security fixes. It would be great if this could go into security update of stable.

Reply via email to