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

Bug#982963: bcolz: drop unused python3-cpuinfo build dependency



Source: bcolz
Version: 1.2.1+ds2-7
Tags: patch
User: debian-cross@lists.debian.org
Usertags: cross-satisfiability

bcolz cannot be cross built from source, because it has unsatisfiable
dependencies. One of the offenders, python3-cpuinfo, is unused and can
be dropped. The cpuinfo module is only used when building blosc, but
bcolz nicely uses the packaged libblosc-dev. Please consider applying
the attached patch.

Helmut
diff --minimal -Nru bcolz-1.2.1+ds2/debian/changelog bcolz-1.2.1+ds2/debian/changelog
--- bcolz-1.2.1+ds2/debian/changelog	2020-10-13 13:34:55.000000000 +0200
+++ bcolz-1.2.1+ds2/debian/changelog	2021-02-17 13:16:17.000000000 +0100
@@ -1,3 +1,10 @@
+bcolz (1.2.1+ds2-8) UNRELEASED; urgency=medium
+
+  * Drop python3-cpuinfo dependency: Only used when building blosc. (Closes:
+    #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Wed, 17 Feb 2021 13:16:17 +0100
+
 bcolz (1.2.1+ds2-7) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru bcolz-1.2.1+ds2/debian/control bcolz-1.2.1+ds2/debian/control
--- bcolz-1.2.1+ds2/debian/control	2020-09-06 23:16:09.000000000 +0200
+++ bcolz-1.2.1+ds2/debian/control	2021-02-17 13:16:15.000000000 +0100
@@ -8,7 +8,6 @@
                libblosc-dev (>= 1.9.2),
                links <!nodoc>,
                python3-all-dev,
-               python3-cpuinfo,
                python3-mock <!nocheck>,
                python3-numpy,
                python3-numpydoc <!nodoc>,

Reply to: