Package: nikola Version: 7.6.0-1 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer, nikola currently FTBFS during the override_dh_bash-completion step because it doesn't build-depend on python-requests: https://launchpadlibrarian.net/211121548/buildlog_ubuntu-wily-amd64.nikola_7.6.0-1_BUILDING.txt.gz In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on python-requests to fix FTBFS. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers wily-updates APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), (100, 'wily-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-4-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru nikola-7.6.0/debian/control nikola-7.6.0/debian/control --- nikola-7.6.0/debian/control 2015-07-08 03:27:53.000000000 -0700 +++ nikola-7.6.0/debian/control 2015-07-14 00:03:51.000000000 -0700 @@ -22,6 +22,7 @@ python-imaging, python-natsort, python-dateutil, + python-requests (>= 2.2.0) Standards-Version: 3.9.6 X-Python-Version: >= 2.7 Homepage: http://getnikola.com/