From 0ed011159795f9e5b324f541e9ada5c81318a750 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 23 Jul 2021 18:41:22 +0200 Subject: [PATCH] python-xlib: fix DEPENDS --- recipes-devtools/python/python-xlib.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/python/python-xlib.bb b/recipes-devtools/python/python-xlib.bb index 6788600..d658eb5 100644 --- a/recipes-devtools/python/python-xlib.bb +++ b/recipes-devtools/python/python-xlib.bb @@ -7,12 +7,15 @@ SRC_URI = " \ " DEPENDS = " \ - python3 \ - python3-six \ python3-wheel-native \ python3-pip-native \ " +RDEPENDS_${PN} = " \ + python3 \ + python3-six \ +" + inherit setuptools3 S = "${WORKDIR}/git"