summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 392ed7d42..b6bfb0699 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -18,8 +18,7 @@ BuildStream requires the following base system requirements:
* python3 >= 3.4
* ruamel.yaml python library
* PyGObject introspection bindings
-* OSTree >= v2016.8 (preferrably >= v2017.6 -- see below)
-* OStree introspection data
+* OSTree >= v2017.8 with introspection data
Note that ``ruamel.yaml`` is a pure python library which is normally
obtainable via pip, however there seems to be some problems with installing
@@ -32,10 +31,6 @@ you will additionally need:
* Python 3 development libraries and headers
* git (to checkout buildstream)
-If you use an OSTree version older than v2017.6, you may encounter a 10 second
-delay when loading BuildStream pipelines that include signed OSTree repos. For
-more information see: https://github.com/ostreedev/ostree/issues/883
-
Here are some examples of how to prepare the base requirements on
some distros.