From 9aecb8c6fde06136bef94e2fd6fce832dc3c0c10 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 25 Aug 2016 14:22:14 +0200 Subject: [PATCH] remove simplejson dependency --- plcapi.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plcapi.spec b/plcapi.spec index 47b84cb..0cae1a4 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -38,7 +38,7 @@ Requires: python-lxml %if ("%{distro}" == "Fedora" && %{distrorelease} <= 20) || ("%{distro}" != "Fedora") Requires: SOAPpy %endif -Requires: python-simplejson +#Requires: python-simplejson # for the RebootNodeWithPCU method Requires: pcucontrol >= 1.0-6 # for OMF integration @@ -61,7 +61,8 @@ Conflicts: MyPLC <= 4.3 # Standard xmlrpc.so that ships with PHP does not marshal NULL # for building the wsdl interface we used to require PyXML # but this has gone with f20 so turning this off for now -BuildRequires: php-devel python-simplejson +BuildRequires: php-devel +#BuildRequires: python-simplejson Obsoletes: php-xmlrpc Provides: php-xmlrpc -- 2.43.0