From dbe82fc94cfcce8af6e9126e1029b34cad8978bd Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Tue, 9 Jul 2019 11:17:51 +0200 Subject: [PATCH] Add JSON::XS to BuildRequires (follow up to 3750e9fd4) --- rpm/lemonldap-ng.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index bb2a970a2..f4a3a61f2 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -125,6 +125,7 @@ BuildRequires: perl(IO::Select) BuildRequires: perl(IO::Socket::INET) BuildRequires: perl(IO::String) BuildRequires: perl(JSON) +BuildRequires: perl(JSON::XS) %if 0%{?fedora} BuildRequires: perl(Lasso) BuildRequires: perl(Glib)