summarylogtreecommitdiffstats
path: root/ceph-17.2.6-mgr-dashboard-cherrypy-18.patch
AgeCommit message (Collapse)Author
2023-05-12repo: mgr/dashboard deps pylint->2.17, cherrypy->18Bazaah
cherrypy is a runtime dependency, while pylint is a build/lint dep, both of them encountered import errors due to API removals in py3.11, see the links for more. pylint's is indirect, a dependency of a dependency: pylint->astroid->wrapt but fixed by moving to a more recent version - ceph-17.2.6-mgr-dashboard-cherrypy-18.patch - ceph-17.2.6-mgr-dashboard-pylint-217.patch Issue: https://github.com/bazaah/aur-ceph/issues/12 References: https://github.com/cherrypy/cherrypy/commit/8245a74aa4e090c40445535a9ce3997ed9904798 References: https://github.com/GrahamDumpleton/wrapt/issues/196