[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#983378: serd FTCBFS: build dependency python3-sphinx not installable



Source: serd
Version: 0.30.10-1
Tags: patch
User: debian-cross@lists.debian.org
Usertags: cross-satisfiability

Hi,

serd cannot be cross built from source, because its dependency on
the host architecture python3-sphinx fails to install. Since serd builds it's -doc package and only the doc package
seems to use sphinx for building, python3-sphinx can simply be demoted to Build-Depends-Indep. On doing so,
serd cross builds from source. Please consider applying the attached patch.

Nilesh
diff --git a/debian/control b/debian/control
index 351927c..cf8ad1c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,10 @@ Build-Depends:
  debhelper-compat (= 13),
  pkg-config,
  python3:any,
- python3-sphinx
 Build-Depends-Indep:
  doxygen,
- graphviz
+ graphviz, 
+ python3-sphinx
 Standards-Version: 4.5.1
 Homepage: https://drobilla.net/software/serd/
 Vcs-Git: https://salsa.debian.org/multimedia-team/serd.git

Reply to: