summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95bd59de73e9..951ae4cc48df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,12 @@ arch=(any)
url='https://github.com/archlinuxcn/lilac'
license=(GPL3)
depends=(python git devtools nvchecker gnupg pid_children fakeroot bubblewrap pacman-contrib
- python-requests python-lxml python-yaml python-toml pyalpm
+ python-requests python-lxml python-yaml python-tomli pyalpm
python-structlog python-prctl)
makedepends=(python-setuptools-scm)
optdepends=(
'smtp-forwarder: for sending error reports'
+ 'python-sqlalchemy: for recording build results in a database'
)
checkdepends=(python-pytest)
provides=("$_pkgname=$pkgver")