mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Add missing dependency
This commit is contained in:
parent
f224f9df0e
commit
fce21ffee5
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -10,8 +10,8 @@ pkgbase = python-copulas
|
|||
makedepends = python-installer
|
||||
makedepends = python-pytest-runner
|
||||
makedepends = python-wheel
|
||||
depends = python-matplotlib
|
||||
depends = python-pandas
|
||||
depends = python-plotly
|
||||
depends = python-scipy
|
||||
source = Copulas-0.10.0.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.10.0.tar.gz
|
||||
sha512sums = df32447ffa82e893ee9406a73a5a2daba9c90927483dd4553258e2233263dd840e7fc430c6fd68d85f73da36e38bfb8f3a3fabd2e67028125f076afcd98eddff
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -7,7 +7,7 @@ pkgdesc="Create tabular synthetic data using copulas-based modeling"
|
|||
arch=(x86_64)
|
||||
url="https://github.com/sdv-dev/${_base}"
|
||||
license=('custom')
|
||||
depends=(python-matplotlib python-pandas python-scipy)
|
||||
depends=(python-pandas python-plotly python-scipy)
|
||||
makedepends=(python-build python-installer python-pytest-runner python-wheel)
|
||||
checkdepends=(python-pytest)
|
||||
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue