From: Thierry Parmentelat Date: Thu, 25 Aug 2016 12:22:14 +0000 (+0200) Subject: remove simplejson dependency X-Git-Tag: plcapi-5.3-11~8 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=9aecb8c6fde06136bef94e2fd6fce832dc3c0c10 remove simplejson dependency --- 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