mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 21:03:41 +00:00
iwd: Use python3 variant of docutils during build
python2 is on its way out Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
15d60dd3d0
commit
e0daf6f8e0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user