[Pkg-xen-devel] [PATCH 1/3] debian/control: Fix python dependancy

Hans van Kranenburg hans at knorrie.org
Thu Sep 17 23:49:12 BST 2020


On 9/11/20 6:43 PM, Elliott Mitchell wrote:
> Debian's Xen build actually has two distinct Python dependancies.  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.
> 
> This changes debian/control as in this commit.
> 
> Signed-off-by: Elliott Mitchell <ehem+debian at m5p.com>
> ---
>  debian/control | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/debian/control b/debian/control
> index 0aa9b2cad3..0ea70a0d33 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -12,7 +12,8 @@ Build-Depends:
>     rdfind,
>     lsb-release,
>     flex, bison,
> -   python3-dev,
> +   python3-dev:any,
> +   libpython3-dev,
>     dh-python,
>     bcc [i386 amd64],
>     gcc-multilib [i386 amd64],

Acked-by: Hans van Kranenburg <hans at knorrie.org>

Thanks for explaining, applied.

K



More information about the Pkg-xen-devel mailing list