[oe-commits] [meta-openembedded] 02/02: iwd: Use python3 variant of docutils during build

git at git.openembedded.org git at git.openembedded.org
Sat Nov 2 18:08:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e0daf6f8e0c53e388c631b8cdf3d7d8173dcea95
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Nov 2 10:59:25 2019 -0700

    iwd: Use python3 variant of docutils during build
    
    python2 is on its way out
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/iwd/iwd_0.23.bb | 4 ++--
 1 file 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 d48fb84..20c6d04 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list