mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-21 04:30:31 +00:00
python3-openpyxl: upgrade 3.1.0 -> 3.1.1
Bugfixes ======== #1881 DocumentProperties times set by module import only #1947 Worksheet-specific definitions are missing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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] = "f06d44e2c973781068bce5ecf860a09bcdb1c7f5ce1facd5e9aa82c92c93ae72"
|
||||
|
||||
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 \
|
||||
"
|
||||
Reference in New Issue
Block a user