aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/iwd
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-02 10:59:25 -0700
committerKhem Raj <raj.khem@gmail.com>2019-11-02 11:07:22 -0700
commite0daf6f8e0c53e388c631b8cdf3d7d8173dcea95 (patch)
tree4a874afe4e1d547778d1967dac73f48e0d1747ed /meta-oe/recipes-connectivity/iwd
parent15d60dd3d0d0e901d11dab4be0f88235ae00cfa5 (diff)
downloadmeta-openembedded-e0daf6f8e0c53e388c631b8cdf3d7d8173dcea95.tar.gz
iwd: Use python3 variant of docutils during build
python2 is on its way out Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/iwd')
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_0.23.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb
index d48fb84504..20c6d04f7a 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Wireless daemon for Linux"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
-inherit autotools pkgconfig systemd pythonnative
+inherit autotools pkgconfig systemd python3native
-DEPENDS = "ell readline dbus python-docutils-native"
+DEPENDS = "ell readline dbus python3-docutils-native"
SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
SRCREV = "77f16ae26fc013477f6362a0c33f0e52e82863e0"