Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-six: update RDEPENDS to work on both python2.7 and python3
@ 2016-07-12  2:44 Derek Straka
  0 siblings, 0 replies; only message in thread
From: Derek Straka @ 2016-07-12  2:44 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-six.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc
index 625cbad..e54c0e8 100644
--- a/meta-python/recipes-devtools/python/python-six.inc
+++ b/meta-python/recipes-devtools/python/python-six.inc
@@ -12,4 +12,4 @@ do_install_append() {
     install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
 }
 
-RDEPENDS_${PN} += "python-io"
+RDEPENDS_${PN} += "${PYTHON_PN}-io"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-12  2:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12  2:44 [meta-python][PATCH] python-six: update RDEPENDS to work on both python2.7 and python3 Derek Straka

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