[tor-browser-build/master] Bug 30325: Remove bison from default packages where it is not needed

commit 92f1239bac2f4f20df38acfe587b1ef5bcceebd2 Author: Nicolas Vigier <boklm@torproject.org> Date: Mon Apr 29 13:43:24 2019 +0200 Bug 30325: Remove bison from default packages where it is not needed Remove bison from the android, osx and common-stretch targets. --- rbm.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/rbm.conf b/rbm.conf index 9e4fc78..667af9c 100644 --- a/rbm.conf +++ b/rbm.conf @@ -168,7 +168,6 @@ targets: deps: - build-essential - python - - bison - automake - libtool - zip @@ -204,7 +203,6 @@ targets: deps: - build-essential - python - - bison - automake - libtool - zip @@ -331,7 +329,6 @@ targets: deps: - build-essential - python - - bison - automake - libtool - zip
participants (1)
-
gk@torproject.org