From 115a6dea664c9b18fd19b79659029afb52b1a660 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 23 Aug 2018 16:24:37 -0500 Subject: swig: Remove superfluous python dependency The actual dependency on native Python and is handled by inheriting python3native Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- meta/recipes-devtools/swig/swig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index bf61b02d6f..aec544997f 100644 --- a/meta/recipes-devtools/swig/swig.inc +++ b/meta/recipes-devtools/swig/swig.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ SECTION = "devel" -DEPENDS = "libpcre python3" +DEPENDS = "libpcre" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" -- cgit 1.2.3-korg