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-django"
|
||||||
"python-matplotlib"
|
"python-matplotlib"
|
||||||
"python-toml"
|
"python-toml"
|
||||||
|
"python-psycopg2"
|
||||||
)
|
)
|
||||||
makedepends=("git")
|
makedepends=("git")
|
||||||
optdepends=("postgresql: database")
|
optdepends=("postgresql: database")
|
||||||
|
|
Loading…
Reference in a new issue