[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#947206: fonttools: Please allow python3-munkres as an alternative to python3-scipy



Package: fonttools
Version: 4.0.2-1
Severity: minor
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu focal ubuntu-patch

Dear maintainers,

In Ubuntu, we are in the process of moving the i386 architecture to a
compatibility-only layer on amd64.  We are keeping fonttools on i386 as an
indirect build-dependency of harfbuzz, but it depends on python3-scipy which
is less than ideal to keep as part of a partial i386 port.

It turns out that fonttools upstream can also use the Architecture: all
python3-munkres as an alternative to python3-scipy, so I've uploaded the
attached change to Ubuntu so we can drop scipy on i386.  Would this be a
change you would be willing to consider for Debian as well?

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slangasek@ubuntu.com                                     vorlon@debian.org
diff -Nru fonttools-4.0.2/debian/control fonttools-4.0.2/debian/control
--- fonttools-4.0.2/debian/control	2019-10-12 23:13:35.000000000 -0500
+++ fonttools-4.0.2/debian/control	2019-12-22 15:09:55.000000000 -0600
@@ -11,7 +11,7 @@
  python3-all,
  python3-brotli (>= 1.0.7),
  python3-pytest,
- python3-scipy (>= 1.2.2),
+ python3-scipy (>= 1.2.2) | python3-munkres,
  python3-setuptools,
  python3-sympy,
  python3-fs (>= 2.4.11),
@@ -29,7 +29,7 @@
 Depends:
  python3-brotli (>= 1.0.7),
  python3-pkg-resources,
- python3-scipy (>= 1.2.2),
+ python3-scipy (>= 1.2.2) | python3-munkres,
  python3-sympy,
  python3-fs (>= 2.4.11),
  ${misc:Depends},

Reply to: