From 033efa192577b95d3edb16141c62a8d49ec0ee2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 3 Dec 2019 17:44:02 +0100 Subject: [PATCH] liri-shell: remove unneeded pythonnative from inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-liri/liri-shell/liri-shell_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-liri/liri-shell/liri-shell_git.bb b/recipes-liri/liri-shell/liri-shell_git.bb index dd5d1a20..8ac75335 100644 --- a/recipes-liri/liri-shell/liri-shell_git.bb +++ b/recipes-liri/liri-shell/liri-shell_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \ file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ " -inherit liri pythonnative distro_features_check gsettings +inherit liri distro_features_check gsettings REQUIRED_DISTRO_FEATURES = "wayland pam"