summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hug2017-01-08 22:00:14 +0100
committerPhilipp Hug2017-01-08 22:00:14 +0100
commit921e8fd94de77ffdd271a7ebf12c2e229b3f42c0 (patch)
tree76059b95ca5711c4e882bbdba002ed97208dcbf4
parentec4727b8a7221f6b74050df65a93ff9951838d67 (diff)
downloadaur-921e8fd94de77ffdd271a7ebf12c2e229b3f42c0.tar.gz
add missing dependencies: python2-setuptools and make
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 705ec976adca..483324eea24b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("x86_64")
url="https://github.com/chipsec/chipsec"
license=('GPL2')
groups=()
-depends=('python' 'python2' 'chipsec-dkms-git')
+depends=('python' 'python2' 'chipsec-dkms-git' 'python2-setuptools' 'make')
makedepends=('git')
checkdepends=()
optdepends=()