From 955bebffb426b3f941a6c97b4d0a1fd8e08dee70 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 30 Jun 2017 22:07:01 +0200 Subject: snapd: fix building with python3-docutils rst2man Signed-off-by: Marcel Ziswiler Acked-by: Dominik Sliwa --- recipes-support/snapd/snapd_2.25.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-support/snapd/snapd_2.25.bb b/recipes-support/snapd/snapd_2.25.bb index 069b006..740b16d 100644 --- a/recipes-support/snapd/snapd_2.25.bb +++ b/recipes-support/snapd/snapd_2.25.bb @@ -11,8 +11,9 @@ SRC_URI[sha256sum] = "accd4c94049ce79443ff995c27111f3851e9896bbad502dd5d341f8847 SNAPD_PKG = "github.com/snapcore/snapd" DEPENDS += " \ - go-cross \ glib-2.0 \ + go-cross \ + python3-docutils-native \ udev \ xfsprogs \ " @@ -30,7 +31,7 @@ EXTRA_OECONF += " \ --libexecdir=${libdir}/snapd \ " -inherit systemd autotools pkgconfig +inherit systemd autotools pkgconfig python3native # Our tools build with autotools are inside the cmd subdirectory # and we need to tell the autotools class to look in there. -- cgit v1.2.3