Date: Sunday, November 13, 2022 @ 15:44:57 Author: dvzrv Revision: 1347287
Add note about mock removal ticket: https://github.com/matthewwithanm/pilkit/issues/54 Modified: python-pilkit/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-13 15:43:36 UTC (rev 1347286) +++ PKGBUILD 2022-11-13 15:44:57 UTC (rev 1347287) @@ -10,6 +10,7 @@ license=(BSD) depends=(python) makedepends=(python-setuptools) +# NOTE: ticket about the removal of mock: https://github.com/matthewwithanm/pilkit/issues/54 checkdepends=(python-mock python-nose python-pillow python-pytest) source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") sha512sums=('7618d7de125f2813b25d707b02b70ca9cb4e19105ed0eb3be3ff6b926a812ed2a609e54f8e86535641fc4baef265fae58d70290c14011eeea744e90066b7bdae')
