Package: beanbag Version: 1.9.2-1 Followup-For: Bug #804357 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on python3-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) Kernel: Linux 4.4.0-18-generic (SMP w/2 CPU cores) 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 beanbag-1.9.2/debian/control beanbag-1.9.2/debian/control --- beanbag-1.9.2/debian/control 2015-03-31 13:08:42.000000000 +0000 +++ beanbag-1.9.2/debian/control 2016-04-23 15:49:24.000000000 +0000 @@ -2,7 +2,7 @@ Maintainer: Anthony Towns <a...@debian.org> Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.1), python-pytest, python3-pytest, python-requests +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.1), python-pytest, python3-pytest, python-requests, python3-requests Standards-Version: 3.9.6 Vcs-Git: https://github.com/ajtowns/beanbag.git Homepage: https://pypi.python.org/pypi/beanbag