There's no reason this should be necessary, but maybe it
works around the mysterious issue of "Problem: cannot install
both python3-devel-3.9.18-1.el9.x86_64 from appstream and
python3-devel-3.9.18-1.el9.x86_64 from @System"
Signed-off-by: Dan Mick <dmick@redhat.com>
# python-rpm-macro we use for identifying the python related dependencies
$SUDO dnf install -y python3-devel
+ $SUDO dnf clean all
$SUDO dnf builddep -d 10 --debugsolver -y --setopt=*.skip_if_unavailable=true $DIR/ceph.spec
}