Skip to content

Remove dependency on python3-httpretty

Ani Sinha requested to merge anisinha/cloud-init:remove-htpretty into c9s

Jira: https://issues.redhat.com/browse/RHEL-33973

Since upstream cloud-init PR 1720 and the following commit
9aa4ec6982541f ("tests: Drop httpretty in favor of responses (#1720)"),
dependency on python3-httpretty has been removed. This change came in as a part
of cloud-init version 22.4. As c9s currently has version 24.1.x and contains
the above change, we can safely remove the dependency on the package.
Therefore, update the downstream spec file by removing the dependency on 
python3-httpretty.

X-downstream-only: true
Signed-off-by: Ani Sinha <anisinha@redhat.com>
Edited by Ani Sinha

Merge request reports