mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
PKGBUILD: need python to run generate-alt-random-writes.py
This commit is contained in:
parent
1521f47a49
commit
10f8bffc02
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -4,7 +4,7 @@ pkgrel=1
|
|||
arch=('x86_64')
|
||||
url=https://gitlab.com/dnkl/foot
|
||||
license=(mit)
|
||||
makedepends=('meson' 'ninja' 'scdoc')
|
||||
makedepends=('meson' 'ninja' 'scdoc' 'python')
|
||||
source=()
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue