Remove matplotlib dependency

This commit is contained in:
Edgar P. Burkhart 2022-05-24 17:16:22 +02:00
parent 9bd38840f7
commit e42863dfe6
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 2 deletions

View File

@ -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")