This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c81f2440 doc/source/main_install.rst: Buildstream2 doesnt have 
default plugins anymore
     new 3c2e7ae4e Merge pull request #1705 from jjardon/jjardon/bst2_install
4c81f2440 is described below

commit 4c81f24404a318f884e6f3ba7f8211283a26944c
Author: Javier Jardón <[email protected]>
AuthorDate: Tue Jul 26 12:28:01 2022 +0100

    doc/source/main_install.rst: Buildstream2 doesnt have default plugins 
anymore
---
 doc/source/main_install.rst | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst
index 2a943ff34..f266436f0 100644
--- a/doc/source/main_install.rst
+++ b/doc/source/main_install.rst
@@ -31,14 +31,6 @@ BuildStream also depends on the host tools for the 
:mod:`Source <buildstream.sou
 Refer to the respective :ref:`source plugin <plugins_sources>` documentation 
for host tool
 requirements of specific plugins.
 
-The default plugins with extra host dependencies are:
-
-- bzr
-- git
-- patch
-- pip
-- tar
-
 
 Arch Linux
 ~~~~~~~~~~
@@ -48,12 +40,6 @@ Install the dependencies with::
     sudo pacman -S python python-pip
 
 
-For the default plugins::
-
-
-    sudo pacman -S bzr git lzip patch
-
-
 Debian
 ~~~~~~
 Install the dependencies with::
@@ -62,11 +48,6 @@ Install the dependencies with::
     sudo apt-get install \
         python3 python3-pip python3-dev
 
-For the default plugins:
-
-    sudo apt-get install \
-        lzip git bzr patch
-
 
 Fedora
 ~~~~~~
@@ -77,31 +58,15 @@ requirements you need::
     dnf install -y \
         python3 python3-pip python3-devel
 
-For the default plugins::
-
-
-    dnf install -y \
-        bzr git lzip patch
-
 
 Ubuntu
 ~~~~~~
-
-Ubuntu 18.04 LTS or later
-+++++++++++++++++++++++++
 Install the dependencies with::
 
 
     sudo apt install \
         python3 python3-pip python3-dev
 
-For the default plugins::
-
-
-    sudo apt install \
-        bzr git lzip patch
-
-
 
 .. _install-buildbox:
 

Reply via email to