summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza |S.N|2022-08-08 15:46:52 +0430
committerAlireza |S.N|2022-08-08 15:46:52 +0430
commit8c85de6c25bc598ab1eefba24b35bb542b596320 (patch)
tree5ce3e3ff3b949933c94d6bcac87c25c2d7958ce7
parentba2fa89f4868af08cc7d9479b7584b4a4ad15f8c (diff)
downloadaur-8c85de6c25bc598ab1eefba24b35bb542b596320.tar.gz
Add python-pyelftools dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c233d0010c05..f9999ab39cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("x86_64")
url="https://github.com/containers/libkrunfw"
license=("GPL2")
depends=()
-makedepends=("cargo" "git" "gcc")
+makedepends=("cargo" "git" "gcc" "python-pyelftools")
provides=("libkrunfw")
conflicts=("libkrunfw")
source=("${pkgname}::git+https://github.com/containers/libkrunfw")