From 82fa6ce8f65dd44065ce513e52cf271e28a1c14a Mon Sep 17 00:00:00 2001 From: albailey Date: Fri, 24 Sep 2021 08:09:56 -0500 Subject: [PATCH] Fix an invalid Requires that breaks build-iso stage Fix a typo for a Requires. This breaks the ability to build an ISO It should be python-psutil rather than python-psutils Closes-Bug: 1944984 Change-Id: I1f6a37cc43fc18cca5cdb944062da37404cbb211 Signed-off-by: albailey --- distributedcloud/centos/distributedcloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributedcloud/centos/distributedcloud.spec b/distributedcloud/centos/distributedcloud.spec index dd4b614a0..578dc6ffd 100644 --- a/distributedcloud/centos/distributedcloud.spec +++ b/distributedcloud/centos/distributedcloud.spec @@ -94,7 +94,7 @@ Distributed Cloud Manager Summary: DC Orchestrator # TODO(John): should we add Requires lines? Requires: openstack-ras -Requires: python-psutils +Requires: python-psutil %description dcorch Distributed Cloud Orchestrator