From 9ed73ccad826bd133cd218ea7afc840d0ae460c8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 11 Nov 2020 14:39:44 +0100 Subject: [PATCH] no longer require pcucontrol in a server-side build --- plcapi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plcapi.spec b/plcapi.spec index 67557508..f26acb12 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -34,7 +34,7 @@ Requires: python3-pycurl # used in GPG.py as a replacement to PyXML's Canonicalize Requires: python3-lxml # for the RebootNodeWithPCU method -Requires: pcucontrol >= 1.0-6 +#Requires: pcucontrol >= 1.0-6 # for memcache Requires: memcached python3-memcached -- 2.47.0