qubes-vm-core: add missing depends
This commit is contained in:
parent
376caaae3c
commit
41572968b2
1 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,7 @@ subpackages="
|
||||||
$pkgname-pyc
|
$pkgname-pyc
|
||||||
"
|
"
|
||||||
pkgver=4.2.19
|
pkgver=4.2.19
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_gittag="v$pkgver"
|
_gittag="v$pkgver"
|
||||||
pkgdesc="The Qubes core files for installation inside a Qubes VM."
|
pkgdesc="The Qubes core files for installation inside a Qubes VM."
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
|
@ -19,14 +19,17 @@ license="GPL"
|
||||||
options="!check" # No testsuite
|
options="!check" # No testsuite
|
||||||
depends="
|
depends="
|
||||||
coreutils
|
coreutils
|
||||||
|
blkid
|
||||||
dconf
|
dconf
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
device-mapper
|
device-mapper
|
||||||
|
diffutils
|
||||||
|
e2fsprogs
|
||||||
|
e2fsprogs-extra
|
||||||
ethtool
|
ethtool
|
||||||
fakeroot
|
fakeroot
|
||||||
gawk
|
gawk
|
||||||
grep
|
grep
|
||||||
eudev
|
|
||||||
haveged
|
haveged
|
||||||
icu
|
icu
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
Loading…
Reference in a new issue