debian/control: Fix python dependency
authorElliott Mitchell <ehem+debian@m5p.com>
Fri, 11 Sep 2020 16:43:29 +0000 (09:43 -0700)
committerHans van Kranenburg <hans@knorrie.org>
Fri, 18 Sep 2020 16:29:59 +0000 (18:29 +0200)
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 <ehem+debian@m5p.com>
Acked-by: Hans van Kranenburg <hans@knorrie.org>
debian/control

index 030214e7bd19f9a4dcf40f165291043940803cd1..942bf6711c34a77ff88c44ad2211ea51d0cf8c19 100644 (file)
@@ -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],