summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-06-30 22:07:01 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-07-01 01:02:13 +0200
commit955bebffb426b3f941a6c97b4d0a1fd8e08dee70 (patch)
tree90e61e0f4cc128801f62f7ea2762004c15081b6c
parentb3c490c9185d5c7b4dd5001a434a0d41b14ef084 (diff)
snapd: fix building with python3-docutils rst2man
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rw-r--r--recipes-support/snapd/snapd_2.25.bb5
1 files 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.