summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-05-12 12:44:34 -0700
committerChandan Singh <chandan@chandansingh.net>2019-05-14 15:52:29 +0000
commit09ec7d6979f0edccf1a79cc1610f92f5a45cf687 (patch)
treef725c2e7aafcabda913bf5b665e2606608ee4279 /CONTRIBUTING.rst
parent615c93b5e9c8ddc6734a13cc55b17f33b6c3182f (diff)
downloadbuildstream-09ec7d6979f0edccf1a79cc1610f92f5a45cf687.tar.gz
Remove OSTree plugin; It lives now in the bst-plugins-experimental repo
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index c0dffe8c9..fdc500435 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1484,12 +1484,12 @@ for installing them for some common distributions are listed below.
For Fedora-based systems::
- dnf install gcc pkg-config python3-devel cairo-gobject-devel glib2-devel gobject-introspection-devel
+ dnf install gcc python3-devel
For Debian-based systems::
- apt install gcc pkg-config python3-dev libcairo2-dev libgirepository1.0-dev
+ apt install gcc python3-dev
Running tests