mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 13:05:14 +01:00
add checkdepends
This commit is contained in:
parent
829ef1ad62
commit
26fab63ff3
2 changed files with 3 additions and 0 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue