Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
python-openpyxl: add missing checkdepends
Browse files Browse the repository at this point in the history
python-py was brought in by older pytest [1][2]

[1] 6687aae
[2] pytest-dev/pytest#10396



git-svn-id: file:///srv/repos/svn-community/svn@1342284 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 committed Nov 5, 2022
1 parent 0b07ab8 commit 1da5586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-openpyxl/trunk/PKGBUILD
Expand Up @@ -12,7 +12,7 @@ url="https://openpyxl.readthedocs.org/"
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'
Expand Down

0 comments on commit 1da5586

Please sign in to comment.