Source: fenics-ffcx Version: 1:0.9.0-3 Severity: serious Tags: ftbfs patch X-Debbugs-Cc: [email protected]
Hi, Your package participates in the Graphviz transition. Currently it FTBFS as the self-testing needs extra dependency as graphviz is now modularized. To make life easier, I provide a patch. Regards, Laszlo/GCS
diff -Nru fenics-ffcx-0.9.0/debian/control fenics-ffcx-0.9.0/debian/control --- fenics-ffcx-0.9.0/debian/control 2025-10-12 11:27:48.000000000 +0200 +++ fenics-ffcx-0.9.0/debian/control 2025-12-09 16:50:29.000000000 +0100 @@ -19,7 +19,9 @@ python3-sympy, python3-setuptools, python3-sphinx <!nodoc>, - python3-sphinx-rtd-theme <!nodoc> + python3-sphinx-rtd-theme <!nodoc>, + libgvplugin-neato-layout <!nocheck>, + libgvplugin-pango <!nocheck> Standards-Version: 4.7.2 Homepage: http://fenicsproject.org Vcs-Git: https://salsa.debian.org/science-team/fenics/fenics-ffcx.git

