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 45e630156f92..ae39d94d1a0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,6 +30,7 @@ pkgbase = python-angr-git
depends = python-gitpython
depends = python-pycparser
depends = python-itanium_demangler-git
+ depends = python-psutil
provides = python-angr
conflicts = python-angr
source = python-angr-git::git+https://github.com/angr/angr.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 7cc6a11553fc..c08317c78fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/angr/angr"
pkgver=8.18.10.25.r9156.a67010c8
pkgrel=1
arch=('any')
-depends=('python' 'python-sortedcontainers' 'python-cachetools' 'python-capstone' 'python-cooldict-git' 'python-dpkt' 'python2-futures' 'python-mulpyplexer-git' 'python-networkx' 'python-progressbar' 'python-rpyc' 'python-cffi' 'python-unicorn' 'python-archinfo-git' 'python-claripy-git' 'python-cle-git' 'python-pyvex-git' 'python-ailment-git' 'python-gitpython' 'python-pycparser' 'python-itanium_demangler-git')
+depends=('python' 'python-sortedcontainers' 'python-cachetools' 'python-capstone' 'python-cooldict-git' 'python-dpkt' 'python2-futures' 'python-mulpyplexer-git' 'python-networkx' 'python-progressbar' 'python-rpyc' 'python-cffi' 'python-unicorn' 'python-archinfo-git' 'python-claripy-git' 'python-cle-git' 'python-pyvex-git' 'python-ailment-git' 'python-gitpython' 'python-pycparser' 'python-itanium_demangler-git' 'python-psutil')
makedepends=('git' 'python-setuptools' 'make' 'gcc')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")