From: Peter Michael Green Date: Sat, 27 Jan 2018 14:18:17 +0000 (+0000) Subject: Add build-depends on python-lzma X-Git-Tag: archive/raspbian/0.20.3-11+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=372077054918716139d742476d78c3d4e49979d2;p=pandas.git Add build-depends on python-lzma --- diff --git a/debian/changelog b/debian/changelog index e6dc8489..3eba2efe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 27 Jan 2018 05:07:35 +0000 + -- Peter Michael Green Sat, 27 Jan 2018 05:07:35 +0000 pandas (0.20.3-11) unstable; urgency=medium diff --git a/debian/control b/debian/control index 4677d264..9e73b9ea 100644 --- a/debian/control +++ b/debian/control @@ -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)