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, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index 450e05b7a..408c60e88 100644 --- a/meta-python/recipes-devtools/python/python-six.inc +++ b/meta-python/recipes-devtools/python/python-six.inc | |||
@@ -12,3 +12,5 @@ do_compile_append() { | |||
12 | do_install_append() { | 12 | do_install_append() { |
13 | install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ | 13 | install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ |
14 | } | 14 | } |
15 | |||
16 | RDEPENDS_${PN} += "python-io" | ||