summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24b2123be94e..ff97d992484d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = anbox-git
makedepends = boost
makedepends = properties-cpp
makedepends = gtest
+ makedepends = python2
source = git+https://github.com/anbox/anbox.git
source = git+https://github.com/anbox/anbox-modules.git
source = anbox-container-manager.service
diff --git a/PKGBUILD b/PKGBUILD
index 7db65fe88864..196f9dd7628f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ epoch=1
arch=('x86_64')
url="http://anbox.io/"
license=('GPL3')
-makedepends=('cmake' 'git' 'glm' 'lxc' 'sdl2_image' 'protobuf' 'boost' 'properties-cpp' 'gtest')
+makedepends=('cmake' 'git' 'glm' 'lxc' 'sdl2_image' 'protobuf' 'boost' 'properties-cpp' 'gtest' 'python2')
source=("git+https://github.com/anbox/anbox.git"
"git+https://github.com/anbox/anbox-modules.git"
'anbox-container-manager.service'