Date: Sunday, April 9, 2023 @ 05:56:57 Author: polyzen Revision: 1443130
upgpkg: python-pytest-html 3.2.0-3: Add python-wheel makedep Modified: python-pytest-html/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-09 05:45:51 UTC (rev 1443129) +++ PKGBUILD 2023-04-09 05:56:57 UTC (rev 1443130) @@ -3,13 +3,13 @@ _name=pytest-html pkgname=python-pytest-html pkgver=3.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Plugin for generating HTML reports for pytest results" arch=(any) url="https://github.com/pytest-dev/pytest-html" license=(MPL2) depends=(python-py python-pytest python-pytest-metadata) -makedepends=(python-build python-installer python-setuptools python-setuptools-scm) +makedepends=(python-build python-installer python-setuptools python-setuptools-scm python-wheel) checkdepends=(python-ansi2html python-pytest-mock python-pytest-rerunfailures python-pytest-xdist) source=(
