aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-openpyxl_3.0.9.bb
diff options
context:
space:
mode:
authorzhengrq.fnst <zhengrq.fnst@fujitsu.com>2022-05-27 09:37:35 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-29 06:39:14 -0700
commitebeb4f98b9a4f2dfac5a7b973db0d508f1551e24 (patch)
tree9c5d2760f189b9405ec1d67781d41e92d400241c /meta-python/recipes-devtools/python/python3-openpyxl_3.0.9.bb
parent222289aec6e1301d76a9a9202cf0b9f3ab4471dc (diff)
downloadmeta-openembedded-ebeb4f98b9a4f2dfac5a7b973db0d508f1551e24.tar.gz
python3-openpyxl: upgrade 3.0.9 -> 3.0.10
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-openpyxl_3.0.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-openpyxl_3.0.9.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.9.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.9.bb
deleted file mode 100644
index 4dfd4490ab..0000000000
--- a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.9.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files"
-DESCRIPTION = "It was born from lack of existing library to read/write natively \
-from Python the Office Open XML format. All kudos to the PHPExcel team as openpyxl \
-was initially based on PHPExcel."
-
-HOMEPAGE = "http://www.python-excel.org/"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
-
-inherit pypi setuptools3
-
-SRC_URI[sha256sum] = "40f568b9829bf9e446acfffce30250ac1fa39035124d55fc024025c41481c90f"
-
-RDEPENDS:${PN} += "\
- ${PYTHON_PN}-compression \
- ${PYTHON_PN}-io \
- ${PYTHON_PN}-pprint \
- ${PYTHON_PN}-shell \
- ${PYTHON_PN}-jdcal \
- ${PYTHON_PN}-et-xmlfile \
- ${PYTHON_PN}-numbers \
- ${PYTHON_PN}-xml \
-"