diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-six.inc')
-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 625cbad17f..e54c0e8c3f 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() { | |||
12 | install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ | 12 | install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ |
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS_${PN} += "python-io" | 15 | RDEPENDS_${PN} += "${PYTHON_PN}-io" |