From: Joshua Watt Date: Thu, 23 Aug 2018 21:24:37 +0000 (-0500) Subject: swig: Remove superfluous python dependency X-Git-Tag: yocto-4.0~12428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=115a6dea664c9b18fd19b79659029afb52b1a660;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index bf61b02d6fb..aec544997f9 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"