Package: xml2rfc
Version: 2.5.1-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 xenial ubuntu-patch

Hi,

The latest upload of xml2rfc (2.5.1-1) fails to build from source because
test.py imports requests, but there is no build dependency on python-requests.

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: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-2-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 xml2rfc-2.5.1/debian/control xml2rfc-2.5.1/debian/control
--- xml2rfc-2.5.1/debian/control	2016-02-16 09:26:20.000000000 -0500
+++ xml2rfc-2.5.1/debian/control	2016-02-19 21:46:22.000000000 -0500
@@ -8,7 +8,8 @@
  python,
  python-setuptools,
  dh-python,
- help2man
+ help2man,
+ python-requests
 Maintainer: Daniel Kahn Gillmor <d...@fifthhorseman.net>
 Standards-Version: 3.9.6
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/xml2rfc.git

Reply via email to