[oe-commits] [openembedded-core] 53/53: swig: Remove superfluous python dependency

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 14:25:13 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 82b018956763bf85b90d512c8a6bc96d59fa67fd
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Thu Aug 23 16:24:37 2018 -0500

    swig: Remove superfluous python dependency
    
    The actual dependency on native Python and is handled by inheriting
    python3native
    
    (From OE-Core rev: 115a6dea664c9b18fd19b79659029afb52b1a660)
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 bf61b02..aec5449 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list