diff --git a/python-openpyxl.spec b/python-openpyxl.spec index 8bf2ce5..4b146d0 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,5 +1,5 @@ Name: python-openpyxl -Version: 3.0.9 +Version: 3.0.10 Release: 1mamba Summary: A Python library to read/write Excel 2010 xlsx/xlsm files Group: System/Libraries @@ -10,6 +10,7 @@ URL: https://pypi.org/project/openpyxl/ Source: https://pypi.debian.net/openpyxl/openpyxl-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END Requires: python >= %python_version Requires: python-jdcal @@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %defattr(-,root,root) %changelog +* Fri May 20 2022 Automatic Build System 3.0.10-1mamba +- automatic version update by autodist + * Wed Sep 22 2021 Automatic Build System 3.0.9-1mamba - automatic version update by autodist