Package: spyder
Version: 2.3.6+dfsg1-1
Severity: serious
Justification: fails to build from source
Tags: patch


Dear maintainer,

The latest version of spyder fails to build from source due to
missing build dependencies. I first spotted this when it was
automatically synced to Ubuntu and failed to build there [1], but I
was also able to reproduce this on Sid via pbuilder.

After adding python3-sip and python-qt4 to build dependencies (see
the attached patch), the package built successfully.

I don't know whether the corresponding python-* packages should be
added as well, it seemed that the test suite was only run with
python3.

[1] https://launchpadlibrarian.net/222743093/buildlog_ubuntu-xenial-amd64.spyder_2.3.6%2Bdfsg1-1_BUILDING.txt.gz


--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
diff --git a/debian/control b/debian/control
index 1075070..769ecbb 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python-sphinx,
                python3-all,
+               python3-qt4,
                python3-setuptools,
+               python3-sip,
                python3-sphinx,
                xsltproc
 Standards-Version: 3.9.6

Reply via email to