diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-magic_0.4.15.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-magic_0.4.15.bb b/meta/recipes-devtools/python/python3-magic_0.4.15.bb index 698016ba4c..09b24fb7f3 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.15.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.15.bb | |||
| @@ -14,6 +14,9 @@ inherit pypi setuptools3 | |||
| 14 | SRC_URI[md5sum] = "e384c95a47218f66c6501cd6dd45ff59" | 14 | SRC_URI[md5sum] = "e384c95a47218f66c6501cd6dd45ff59" |
| 15 | SRC_URI[sha256sum] = "f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5" | 15 | SRC_URI[sha256sum] = "f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5" |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} += "file" | 17 | RDEPENDS_${PN} += "file \ |
| 18 | ${PYTHON_PN}-ctypes \ | ||
| 19 | ${PYTHON_PN}-io \ | ||
| 20 | ${PYTHON_PN}-shell" | ||
| 18 | 21 | ||
| 19 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
