Add missing dependency in PKGBUILD
This commit is contained in:
parent
22bd94f3be
commit
49834e10e8
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -10,6 +10,7 @@ depends=(
|
|||
"python-django"
|
||||
"python-matplotlib"
|
||||
"python-toml"
|
||||
"python-psycopg2"
|
||||
)
|
||||
makedepends=("git")
|
||||
optdepends=("postgresql: database")
|
||||
|
|
Loading…
Reference in a new issue