From: Elliott Mitchell Date: Fri, 11 Sep 2020 16:43:29 +0000 (-0700) Subject: debian/control: Fix python dependency X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bea4d2d63eed34d4380670353395c56974c329f4;p=xen.git debian/control: Fix python dependency Debian's Xen build actually has two distinct Python dependencies. The build process itself needs Python's build machine runtime available to run portions of the build written in Python. The build process also needs the host machine libraries in order to link Xen's Python libraries. Signed-off-by: Elliott Mitchell Acked-by: Hans van Kranenburg --- diff --git a/debian/control b/debian/control index 030214e7bd..942bf6711c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: rdfind, lsb-release, flex, bison, - python3-dev, + python3-dev:any, + libpython3-dev, dh-python, bcc [i386 amd64], gcc-multilib [i386 amd64],