diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rarfile_4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rarfile_4.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rarfile_4.1.bb b/meta-python/recipes-devtools/python/python3-rarfile_4.1.bb index ece92ee3b3..8f5ef415c6 100644 --- a/meta-python/recipes-devtools/python/python3-rarfile_4.1.bb +++ b/meta-python/recipes-devtools/python/python3-rarfile_4.1.bb | |||
| @@ -14,10 +14,10 @@ PYPI_PACKAGE="rarfile" | |||
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
| 16 | p7zip \ | 16 | p7zip \ |
| 17 | ${PYTHON_PN}-core \ | 17 | python3-core \ |
| 18 | ${PYTHON_PN}-datetime \ | 18 | python3-datetime \ |
| 19 | ${PYTHON_PN}-crypt \ | 19 | python3-crypt \ |
| 20 | ${PYTHON_PN}-io \ | 20 | python3-io \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
