From: Jan Kiszka <[email protected]> The python build dependency needs to be specified as :native, see also similar change on jailhouse package.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-core/non-root-initramfs/files/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/non-root-initramfs/files/debian/control b/recipes-core/non-root-initramfs/files/debian/control index 8c77b68..059fb16 100644 --- a/recipes-core/non-root-initramfs/files/debian/control +++ b/recipes-core/non-root-initramfs/files/debian/control @@ -2,7 +2,7 @@ Source: non-root-initramfs Section: misc Priority: optional Standards-Version: 3.9.6 -Build-Depends: wget, cpio, unzip, rsync, python, bc +Build-Depends: wget, cpio, unzip, rsync, python:native, bc Maintainer: Jan Kiszka <[email protected]> Package: non-root-initramfs -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
