summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAskhat Bakarov2022-12-30 16:41:23 +0700
committerAskhat Bakarov2022-12-30 16:41:23 +0700
commit6f2335884915d9593f27da07e3330420df15d006 (patch)
tree111c292eb9ca3b9b8b0dfca3766577f33e257cb1 /PKGBUILD
parentbef97afb427602f074f4e67badc2d1a42b75ee89 (diff)
downloadaur-6f2335884915d9593f27da07e3330420df15d006.tar.gz
add python-tomli as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a8ca10cebfe..dc040d423272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/veusz/veusz"
arch=('x86_64')
license=('GPL2')
depends=('python-pyqt5' 'python-numpy' 'hicolor-icon-theme' 'cblas')
-makedepends=('git' 'sip>=6.7.5')
+makedepends=('git' 'sip>=6.7.5' 'python-tomli')
optdepends=('ghostscript: for EPS/PS output'
'python-dbus: for dbus interface'
'python-iminuit: improved fitting'