Skip to content

Commit

Permalink
Add missing mk-build-deps equivs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
didrocks committed Dec 18, 2015
1 parent f91398c commit 36666bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/daily_runs/install_build_tests_depends
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# install test depends from autopkgtests requirements and build-deps
# devscripts is needed for mk-build-deps
apt -y --no-install-recommends install $(grep Depends debian/tests/control | tr -d , | tr -d @ | sed 's/Depends: builddeps//') devscripts
# devscripts and equivs are needed for mk-build-deps
apt -y --no-install-recommends install $(grep Depends debian/tests/control | tr -d , | tr -d @ | sed 's/Depends: builddeps//') devscripts equivs
mk-build-deps -i -t "apt -y --no-install-recommends"

0 comments on commit 36666bc

Please sign in to comment.