Package: zaqar-ui Version: 5.0.0-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu disco ubuntu-patch
Dear Maintainer, The zaqar-ui build/tests require python3-django-horizon to be present, which only works in Debian because it's pulled in transitively. In Ubuntu, however, it is not, which caused the build to fail there. We should add an explicit dependency on this package since it's needed for the build. In Ubuntu, the attached patch was applied to achieve the following: * Add explicit build dependency on python3-django-horizon to fix FTBFS. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: buster/sid APT prefers cosmic-updates APT policy: (500, 'cosmic-updates'), (500, 'cosmic-security'), (500, 'cosmic') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-10-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru zaqar-ui-5.0.0/debian/control zaqar-ui-5.0.0/debian/control --- zaqar-ui-5.0.0/debian/control 2018-09-05 14:49:39.000000000 -0400 +++ zaqar-ui-5.0.0/debian/control 2018-11-19 22:08:07.000000000 -0500 @@ -18,6 +18,7 @@ python3-coverage, python3-django (<< 2:2), python3-django-babel (>= 0.6.2), + python3-django-horizon, python3-django-nose (>= 1.4.4), python3-hacking, python3-mock,

