novaboot: add missing dependency perl-IO-Stty
This commit is contained in:
parent
47edf0284e
commit
5a42748d8c
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'novaboot'
|
# Template file for 'novaboot'
|
||||||
pkgname=novaboot
|
pkgname=novaboot
|
||||||
version=20180323
|
version=20180323
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style="gnu-makefile"
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="perl"
|
makedepends="perl"
|
||||||
depends="perl perl-Expect"
|
depends="perl perl-Expect perl-IO-Stty"
|
||||||
short_desc="Tool that automates booting of operating systems on hardware or in qemu"
|
short_desc="Tool that automates booting of operating systems on hardware or in qemu"
|
||||||
maintainer="adam <ametisf@gmail.com>"
|
maintainer="adam <ametisf@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue