From 1c22e9a9aa997c6ae4abedaa6f727a24d7f1be56 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Wed, 31 May 2017 19:30:19 -0400 Subject: [PATCH] make-ring.py: Fedora deps list fix Changed gettext for gettext-devel into Fedora dependencies list. This fixes the need of autopoint tool during the daemon build on Fedora distributions. Change-Id: I179eb1de2ad645f8bcf1f911af3c8a0c1353d87c Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com> --- make-ring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-ring.py b/make-ring.py index 660fdfe8..b7a6f45e 100755 --- a/make-ring.py +++ b/make-ring.py @@ -99,7 +99,7 @@ FEDORA_DEPENDENCIES = [ 'libsamplerate-devel', 'libtool', 'dbus-devel', 'expat-devel', 'pcre-devel', 'yaml-cpp-devel', 'boost-devel', 'dbus-c++-devel', 'dbus-devel', 'libsndfile-devel', 'libXext-devel', 'libXfixes-devel', 'yasm', - 'speex-devel', 'chrpath', 'check', 'astyle', 'uuid-c++-devel', 'gettext', + 'speex-devel', 'chrpath', 'check', 'astyle', 'uuid-c++-devel', 'gettext-devel', 'gcc-c++', 'which', 'alsa-lib-devel', 'systemd-devel', 'libuuid-devel', 'uuid-devel', 'gnutls-devel', 'nettle-devel', 'opus-devel', 'speexdsp-devel', 'yaml-cpp-devel', 'qt5-qtbase-devel', 'swig', 'qrencode-devel', 'jsoncpp-devel', -- GitLab