diff options
author | Derek Straka <derek@asterius.io> | 2016-07-11 22:44:42 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:37 +0200 |
commit | 9c00cf3ecf97a2364878e8ca4dcba02ab3ba4a07 (patch) | |
tree | b87663687b601eb7f881a1f020877d49395ef23a /meta-python | |
parent | 8d55746de42e39c73160a913aa2d035453413144 (diff) | |
download | meta-openembedded-contrib-9c00cf3ecf97a2364878e8ca4dcba02ab3ba4a07.tar.gz |
python-six: update RDEPENDS to work on both python2.7 and python3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-six.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index 625cbad17fd..e54c0e8c3f8 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" |