diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb b/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb index 580b17413b..f3e0711087 100644 --- a/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb | |||
| @@ -11,3 +11,9 @@ PIP_INSTALL_PACKAGE = "pefile" | |||
| 11 | PIP_INSTALL_DIST_PATH = "${S}/dist" | 11 | PIP_INSTALL_DIST_PATH = "${S}/dist" |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | python3-mmap \ | ||
| 17 | python3-netclient \ | ||
| 18 | python3-stringold \ | ||
| 19 | " | ||
