diff options
author | Askhat Bakarov | 2022-12-30 16:41:23 +0700 |
---|---|---|
committer | Askhat Bakarov | 2022-12-30 16:41:23 +0700 |
commit | 6f2335884915d9593f27da07e3330420df15d006 (patch) | |
tree | 111c292eb9ca3b9b8b0dfca3766577f33e257cb1 /PKGBUILD | |
parent | bef97afb427602f074f4e67badc2d1a42b75ee89 (diff) | |
download | aur-6f2335884915d9593f27da07e3330420df15d006.tar.gz |
add python-tomli as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |