diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb (renamed from meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb index b5e15f14c..e6b196956 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb | |||
@@ -8,6 +8,14 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "XlsxWriter" | 9 | PYPI_PACKAGE = "XlsxWriter" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" | 11 | RDEPENDS_${PN} += " \ |
12 | python3-crypt \ | ||
13 | python3-datetime \ | ||
14 | python3-compression \ | ||
15 | python3-numbers \ | ||
16 | python3-io \ | ||
17 | " | ||
18 | |||
19 | SRC_URI[sha256sum] = "641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2" | ||
12 | 20 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |