"install-deps.sh" fails on centos9
Hi, Currently the following packages do not exist in epel9: python3-asyncssh and python3-routes the were added in these commits: * https://github.com/ceph/ceph/commit/e5fa448229646a9dc9e3314389374d43243b06d2 * https://github.com/ceph/ceph/commit/2c4b31601f546c8a6b08824d9fcaa3c33f518b74 any upstream fix for the issue?
On Monday, June 19, 2023 11:12:18 AM EDT Yuval Lifshitz wrote:
Hi, Currently the following packages do not exist in epel9: python3-asyncssh and python3-routes
the were added in these commits: * https://github.com/ceph/ceph/commit/e5fa448229646a9dc9e3314389374d43243b06d2 * https://github.com/ceph/ceph/commit/2c4b31601f546c8a6b08824d9fcaa3c33f518b74
any upstream fix for the issue?
I think this COPR is where these packages are available for now: https://copr.fedorainfracloud.org/coprs/ceph/el9/packages/
On Mon, Jun 19, 2023 at 11:12 AM Yuval Lifshitz <ylifshit@redhat.com> wrote:
Hi, Currently the following packages do not exist in epel9: python3-asyncssh and python3-routes
the were added in these commits: * https://github.com/ceph/ceph/commit/e5fa448229646a9dc9e3314389374d43243b06d2 * https://github.com/ceph/ceph/commit/2c4b31601f546c8a6b08824d9fcaa3c33f518b74
any upstream fix for the issue?
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
hey Yuval, over in the "Ceph Mgr/Dashboard Python depedencies: a new approach" thread, Ken shared links to the BZs tracking these packages for EPEL: python-asyncssh https://bugzilla.redhat.com/show_bug.cgi?id=2196046 python-routes https://bugzilla.redhat.com/show_bug.cgi?id=2166620 as a workaround for teuthology testing, we're getting these dependencies from a fedora repo: $ dnf copr enable -y ceph/el9
participants (3)
-
Casey Bodley
-
John Mulligan
-
Yuval Lifshitz