summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-08-04 20:56:53 +0100
committerJavier Jardón <jjardon@gnome.org>2020-08-04 20:56:53 +0100
commitdc8432fde03ac932955b3a01f7286da2d73aa850 (patch)
tree26ef6a6497c30530f5903315ee02b7d40f980d31
parentb691863bca24293895afb17fc2e38ced43e36bd1 (diff)
downloadbuildstream-jjardon/doc_fuse.tar.gz
doc/source/main_install.rst: BuildStream doesn't directly depend on bubblewrapjjardon/doc_fuse
-rw-r--r--doc/source/main_install.rst18
1 files changed, 4 insertions, 14 deletions
diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst
index a1ac8b738..2ab2c4454 100644
--- a/doc/source/main_install.rst
+++ b/doc/source/main_install.rst
@@ -24,7 +24,6 @@ for installing these dependencies.
BuildStream requires the following base system requirements:
- python3 >= 3.6
-- bubblewrap >= 0.1.2
- pip
- :ref:`buildbox-casd<install-buildbox>`
@@ -46,7 +45,7 @@ Arch Linux
Install the dependencies with::
- sudo pacman -S python bubblewrap python-pip
+ sudo pacman -S python python-pip
For the default plugins::
@@ -61,8 +60,7 @@ Install the dependencies with::
sudo apt-get install \
- python3 bubblewrap \
- python3-pip python3-dev
+ python3 python3-pip python3-dev
For the default plugins:
@@ -77,8 +75,7 @@ requirements you need::
dnf install -y \
- python3 bubblewrap \
- python3-pip python3-devel
+ python3 python3-pip python3-devel
For the default plugins::
@@ -96,8 +93,7 @@ Install the dependencies with::
sudo apt install \
- python3 bubblewrap \
- python3-pip python3-dev
+ python3 python3-pip python3-dev
For the default plugins::
@@ -105,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: