Remove matplotlib dependency
This commit is contained in:
parent
9bd38840f7
commit
e42863dfe6
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=nummi-git
|
pkgname=nummi-git
|
||||||
pkgver=r78.0437814
|
pkgver=r80.73ce1a2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Web-based accounting interface"
|
pkgdesc="Web-based accounting interface"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
|
@ -8,7 +8,6 @@ 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