summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-08-04 21:52:16 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-04 21:52:16 +0000
commit650a5127602a9c9eefea0d3f2121c04b4c957f18 (patch)
tree26ef6a6497c30530f5903315ee02b7d40f980d31
parent06f406473e67a92ce5b2c8505d6f73fddb1f2726 (diff)
parentdc8432fde03ac932955b3a01f7286da2d73aa850 (diff)
downloadbuildstream-650a5127602a9c9eefea0d3f2121c04b4c957f18.tar.gz
Merge branch 'jjardon/doc_fuse' into 'master'
doc/source/main_install.rst: BuildStream doesn't directly depend on fuse / bubblewrap See merge request BuildStream/buildstream!2015
-rw-r--r--doc/source/main_install.rst19
1 files changed, 4 insertions, 15 deletions
diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst
index 3cc895f3f..2ab2c4454 100644
--- a/doc/source/main_install.rst
+++ b/doc/source/main_install.rst
@@ -24,8 +24,6 @@ for installing these dependencies.
BuildStream requires the following base system requirements:
- python3 >= 3.6
-- bubblewrap >= 0.1.2
-- fuse2
- pip
- :ref:`buildbox-casd<install-buildbox>`
@@ -47,7 +45,7 @@ Arch Linux
Install the dependencies with::
- sudo pacman -S python fuse2 bubblewrap python-pip
+ sudo pacman -S python python-pip
For the default plugins::
@@ -62,8 +60,7 @@ Install the dependencies with::
sudo apt-get install \
- python3 fuse bubblewrap \
- python3-pip python3-dev
+ python3 python3-pip python3-dev
For the default plugins:
@@ -78,8 +75,7 @@ requirements you need::
dnf install -y \
- python3 fuse bubblewrap \
- python3-pip python3-devel
+ python3 python3-pip python3-devel
For the default plugins::
@@ -97,8 +93,7 @@ Install the dependencies with::
sudo apt install \
- python3 fuse bubblewrap \
- python3-pip python3-dev
+ python3 python3-pip python3-dev
For the default plugins::
@@ -106,12 +101,6 @@ For the default plugins::
sudo apt install \
bzr git lzip patch
-Ubuntu 16.04 LTS
-++++++++++++++++
-On Ubuntu 16.04, `bubblewrap <https://github.com/projectatomic/bubblewrap/>`_
-is not available in the official repositories
-You will need to install them in whichever way you see fit. Refer the the upstream documentation
-for advice on this.
.. _install-buildbox: