Replace calls to deprecated xml.etree.cElementTree
cElementTree was removed in Python 3.9 in favor of ElementTree, which has used a fast, native implementation since Python 3.3.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1817649
Signed-off-by: Stephen Gallagher sgallagh@redhat.com