Control: tags -1 patch Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on python3-networkx 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'), (400, 'cosmic-proposed'), (100, 'cosmic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-12-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 python-louvain-0.0+20181013git3fc1f575/debian/control python-louvain-0.0+20181013git3fc1f575/debian/control --- python-louvain-0.0+20181013git3fc1f575/debian/control 2018-10-15 15:12:11.000000000 -0400 +++ python-louvain-0.0+20181013git3fc1f575/debian/control 2018-12-15 23:00:43.000000000 -0500 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools, - python3-nose + python3-nose, python3-networkx Standards-Version: 4.2.1 Homepage: https://github.com/taynaud/python-louvain Vcs-Browser: https://salsa.debian.org/debian/python-louvain