diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-magic_0.4.18.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-magic_0.4.18.bb b/meta/recipes-devtools/python/python3-magic_0.4.18.bb index be423adacd..101b96d31c 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.18.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.18.bb | |||
| @@ -14,6 +14,9 @@ inherit pypi setuptools3 | |||
| 14 | SRC_URI[md5sum] = "5edc6caa39cc62641850f6b1b6f284ba" | 14 | SRC_URI[md5sum] = "5edc6caa39cc62641850f6b1b6f284ba" |
| 15 | SRC_URI[sha256sum] = "b757db2a5289ea3f1ced9e60f072965243ea43a2221430048fd8cacab17be0ce" | 15 | SRC_URI[sha256sum] = "b757db2a5289ea3f1ced9e60f072965243ea43a2221430048fd8cacab17be0ce" |
| 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" |
