Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] swig: Remove superfluous python dependency
@ 2018-08-23 21:24 Joshua Watt
  2018-08-24 15:01 ` Joshua Watt
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Watt @ 2018-08-23 21:24 UTC (permalink / raw)
  To: openembedded-core

The actual dependency on native Python and is handled by inheriting
python3native

Signed-off-by: Joshua Watt <JPEWhacker@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 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"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-24 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-23 21:24 [PATCH] swig: Remove superfluous python dependency Joshua Watt
2018-08-24 15:01 ` Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox