Date: Saturday, November 5, 2022 @ 08:37:34 Author: yan12125 Revision: 1342284
python-openpyxl: add missing checkdepends python-py was brought in by older pytest [1][2] [1] https://github.com/archlinux/svntogit-community/commit/6687aae51f6179017f79ce1957254cc924a469eb [2] https://github.com/pytest-dev/pytest/pull/10396 Modified: python-openpyxl/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-05 08:16:06 UTC (rev 1342283) +++ PKGBUILD 2022-11-05 08:37:34 UTC (rev 1342284) @@ -12,7 +12,7 @@ license=('MIT') depends=('python-et-xmlfile') makedepends=('python-setuptools') -checkdepends=('python-pytest' 'python-lxml' 'python-pandas' 'python-pillow') +checkdepends=('python-pytest' 'python-py' 'python-lxml' 'python-pandas' 'python-pillow') optdepends=('python-pillow: needed to include images' 'python-lxml: alternative XML backend' 'python-defusedxml: guard against various XML vulnerabilities'
