timedatex seems to be on the way out:
https://bugzilla.redhat.com/show_bug.cgi?id=1735584
though it has not actually been retired yet, it is now obsoleted
by systemd. This has actually broken Rawhide Server installs:
https://openqa.fedoraproject.org/tests/456408
because anaconda/dnf cannot resolve the contradiction that both
systemd and timedatex are 'mandatory' packages, but systemd
obsoletes timedatex.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
It needs rebuilding against python 3.8, but it needs python-boto to
build first. We can re-add it after it's fixed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>