Add build-depends on python-lzma
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 27 Jan 2018 14:18:17 +0000 (14:18 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 27 Jan 2018 14:24:27 +0000 (14:24 +0000)
debian/changelog
debian/control

index e6dc8489c4679a15faee01f638597d8b53e32d8f..3eba2efef8c97dfbce4a186d03ffff0a352356ae 100644 (file)
@@ -4,8 +4,10 @@ pandas (0.20.3-11+rpi1) buster-staging; urgency=medium
   * Disable testsuite.
   * Add build-depends on python-ipykernel and python3-ipykernel
   * Fix clean target.
+  [changes introduced in 0.20.3-11+rpi1 by Peter Michael Green]
+  * Add build-depends on python-lzma
 
- -- Raspbian forward porter <root@raspbian.org>  Sat, 27 Jan 2018 05:07:35 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Sat, 27 Jan 2018 05:07:35 +0000
 
 pandas (0.20.3-11) unstable; urgency=medium
 
index 4677d2645b36c1b11e7967b46973a06936b0eb1b..9e73b9ea19a2ef6d632e0a649a814ce1427979c5 100644 (file)
@@ -40,7 +40,8 @@ Build-Depends: debhelper (>= 9),
                python3-html5lib,
                python3-tables [!m68k !sh4 !x32],
                xvfb, xauth, xclip,
-               python-ipykernel, python3-ipykernel
+               python-ipykernel, python3-ipykernel,
+               python-lzma
 Build-Depends-Indep:
  ipython (>= 0.12) | ipython2x | ipython1x,
 Build-Conflicts: python-tables (= 3.3.0-4), python3-tables (= 3.3.0-4)