summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
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