From 6b50dc874535105ff440a67cffd7ed0f0e8efb0f Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 20 Sep 2018 21:41:00 +1000 Subject: [PATCH] docs: add python-dbusmock to the linux requirements (#14727) Refs #14726 --- docs/development/build-instructions-linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index 5d5dc5515f..7c1ed382cd 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -34,7 +34,7 @@ $ sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev \ libnotify-dev libgnome-keyring-dev libgconf2-dev \ libasound2-dev libcap-dev libcups2-dev libxtst-dev \ libxss1 libnss3-dev gcc-multilib g++-multilib curl \ - gperf bison + gperf bison python-dbusmock ``` On RHEL / CentOS, install the following libraries: @@ -43,7 +43,7 @@ On RHEL / CentOS, install the following libraries: $ sudo yum install clang dbus-devel gtk3-devel libnotify-devel \ libgnome-keyring-devel xorg-x11-server-utils libcap-devel \ cups-devel libXtst-devel alsa-lib-devel libXrandr-devel \ - GConf2-devel nss-devel + GConf2-devel nss-devel python-dbusmock ``` On Fedora, install the following libraries: @@ -52,7 +52,7 @@ On Fedora, install the following libraries: $ sudo dnf install clang dbus-devel gtk3-devel libnotify-devel \ libgnome-keyring-devel xorg-x11-server-utils libcap-devel \ cups-devel libXtst-devel alsa-lib-devel libXrandr-devel \ - GConf2-devel nss-devel + GConf2-devel nss-devel python-dbusmock ``` Other distributions may offer similar packages for installation via package