add checkdepends

This commit is contained in:
Guillaume Horel 2022-04-21 14:54:18 -04:00
parent 829ef1ad62
commit 26fab63ff3
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@ pkgbase = python-cssutils
arch = any
license = LGPL3
license = GPL3
checkdepends = python-mock
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools

View file

@ -20,6 +20,7 @@ license=('LGPL3' 'GPL3')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-toml' 'python-wheel')
depends=('python')
checkdepends=('python-mock' 'python-pytest')
changelog=CHANGES.rst
source=("https://files.pythonhosted.org/packages/source/c/$_name/$_name-$pkgver.tar.gz")