Add missing dependency in PKGBUILD

This commit is contained in:
Edgar P. Burkhart 2022-12-29 18:21:01 +01:00
parent 22bd94f3be
commit 49834e10e8
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ depends=(
"python-django"
"python-matplotlib"
"python-toml"
"python-psycopg2"
)
makedepends=("git")
optdepends=("postgresql: database")