novaboot: add missing dependency perl-IO-Stty

This commit is contained in:
Frantisek Fladung 2018-11-10 11:55:15 +01:00 committed by Helmut Pozimski
parent 47edf0284e
commit 5a42748d8c
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'novaboot'
pkgname=novaboot
version=20180323
revision=1
revision=2
noarch=yes
build_style="gnu-makefile"
build_style=gnu-makefile
hostmakedepends="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"
maintainer="adam <ametisf@gmail.com>"
license="GPL-2.0-only"