diff --git a/other-requirements.txt b/bindep.txt similarity index 100% rename from other-requirements.txt rename to bindep.txt diff --git a/tools/integration.sh b/tools/integration.sh index 80ce0ff58d..778a78c01a 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -27,7 +27,7 @@ REPODIR=${REPODIR:-$BASE/new} root=$(dirname $0)/.. sudo -H pip install bindep -sudo apt-get install -y --force-yes $(bindep -b python -f $root/other-requirements.txt) +sudo apt-get install -y --force-yes $(bindep -b python -f $root/bindep.txt) # And use ccache explitly export PATH=/usr/lib/ccache:$PATH