From: Joshua Watt Date: Thu, 23 Aug 2018 21:24:37 +0000 (-0500) Subject: swig: Remove superfluous python dependency X-Git-Tag: uninative-2.3~542 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=115a6dea664c9b18fd19b79659029afb52b1a660;p=openembedded-core.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 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"