mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 21:39:41 +01:00
Add missing checkdependency
This commit is contained in:
parent
3e53901d16
commit
22621dce09
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -6,6 +6,7 @@ pkgbase = python-copulas
|
|||
arch = x86_64
|
||||
license = BUSL-1.1
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-invoke
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -10,7 +10,7 @@ license=(BUSL-1.1)
|
|||
depends=(python-pandas python-plotly python-scipy)
|
||||
makedepends=(python-build python-installer python-setuptools python-wheel)
|
||||
optdepends=('python-markupsafe' 'python-scikit-learn' 'jupyter-notebook')
|
||||
checkdepends=(python-pytest)
|
||||
checkdepends=(python-pytest python-invoke)
|
||||
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
|
||||
sha512sums=('6b05cc4b638f3d3388604e063a574cd44264d7fd045a71e3f37edaeab0babae5e0316ad6491b1eb3f9f3099d3f5befef46e28ba57a0e5ac1847510cf764f9782')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue