Add matplotlib to dependencies
This commit is contained in:
parent
00a214c948
commit
9bd38840f7
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=nummi-git
|
pkgname=nummi-git
|
||||||
pkgver=r75.c3c328f
|
pkgver=r78.0437814
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Web-based accounting interface"
|
pkgdesc="Web-based accounting interface"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
|
@ -8,6 +8,7 @@ license=('AGPL3')
|
||||||
depends=(
|
depends=(
|
||||||
"gunicorn"
|
"gunicorn"
|
||||||
"python-django"
|
"python-django"
|
||||||
|
"python-matplotlib"
|
||||||
)
|
)
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=("postgresql: database")
|
optdepends=("postgresql: database")
|
||||||
|
|
Loading…
Reference in a new issue