Date: Wednesday, December 1, 2021 @ 16:12:54 Author: foutrelis Revision: 1060599
Move pytest-runner to build deps Modified: python-stone/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-01 16:12:26 UTC (rev 1060598) +++ PKGBUILD 2021-12-01 16:12:54 UTC (rev 1060599) @@ -9,8 +9,8 @@ url='https://github.com/dropbox/stone' license=(MIT) depends=(python python-ply python-six) -makedepends=(python-setuptools) -checkdepends=(python-mock python-coverage python-pytest-runner) +makedepends=(python-setuptools python-pytest-runner) +checkdepends=(python-mock python-coverage) source=(https://github.com/dropbox/stone/archive/v$pkgver/$pkgname-$pkgver.tar.gz) sha256sums=('05a6c9fec0b923a5e54814f31365499d6e7b726aaddfe5b8ee2d1a4b6cb06d3a')
