diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rarfile_4.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rarfile_4.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb index 41cff4bfc4..3f4423a71f 100644 --- a/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb +++ b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb | |||
@@ -10,10 +10,10 @@ SRC_URI[sha256sum] = "8e1c8e72d0845ad2b32a47ab11a719bc2e41165ec101fd4d3fe9e92aa3 | |||
10 | 10 | ||
11 | inherit pypi | 11 | inherit pypi |
12 | 12 | ||
13 | PYPI_PACKAGE="rarfile" | 13 | PYPI_PACKAGE = "rarfile" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | p7zip \ | 16 | 7zip \ |
17 | python3-core \ | 17 | python3-core \ |
18 | python3-datetime \ | 18 | python3-datetime \ |
19 | python3-crypt \ | 19 | python3-crypt \ |