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

View file

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