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
|
||||
pkgver=r75.c3c328f
|
||||
pkgver=r78.0437814
|
||||
pkgrel=1
|
||||
pkgdesc="Web-based accounting interface"
|
||||
arch=("any")
|
||||
|
@ -8,6 +8,7 @@ license=('AGPL3')
|
|||
depends=(
|
||||
"gunicorn"
|
||||
"python-django"
|
||||
"python-matplotlib"
|
||||
)
|
||||
makedepends=('git')
|
||||
optdepends=("postgresql: database")
|
||||
|
|
Loading…
Reference in a new issue