From b691863bca24293895afb17fc2e38ced43e36bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 4 Aug 2020 20:22:20 +0100 Subject: doc/source/main_install.rst: BuildStream doesn't directly depend on fuse --- doc/source/main_install.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst index 3cc895f3f..a1ac8b738 100644 --- a/doc/source/main_install.rst +++ b/doc/source/main_install.rst @@ -25,7 +25,6 @@ BuildStream requires the following base system requirements: - python3 >= 3.6 - bubblewrap >= 0.1.2 -- fuse2 - pip - :ref:`buildbox-casd` @@ -47,7 +46,7 @@ Arch Linux Install the dependencies with:: - sudo pacman -S python fuse2 bubblewrap python-pip + sudo pacman -S python bubblewrap python-pip For the default plugins:: @@ -62,7 +61,7 @@ Install the dependencies with:: sudo apt-get install \ - python3 fuse bubblewrap \ + python3 bubblewrap \ python3-pip python3-dev For the default plugins: @@ -78,7 +77,7 @@ requirements you need:: dnf install -y \ - python3 fuse bubblewrap \ + python3 bubblewrap \ python3-pip python3-devel For the default plugins:: @@ -97,7 +96,7 @@ Install the dependencies with:: sudo apt install \ - python3 fuse bubblewrap \ + python3 bubblewrap \ python3-pip python3-dev For the default plugins:: -- cgit v1.2.1