Hello Ceph Maintainers! On Wed, 20 Mar 2019 12:00:22 +0000 Marcin Juszkiewicz <[email protected]> wrote: > Got images building without Python 2.7 but with one exception: all > images involving Ceph (directly or via qemu/libvirt) get Python 2.7 > installed. > > Checked and it looks that 'ceph-common' is to blame: > > $ aptitude why python2.7 > i ceph-common Depends python-rbd (= 12.2.11+dfsg1-2) > i A python-rbd Depends python (>= 2.7~) > i A python Depends python2.7 (>= 2.7.15-1~) > > Are there plans to change it?
Has there been any progress with making ceph python3 compatible in Debian? from a very very quick glance at the code on github, it looks like the python code is already compatible with py3k, so is it just a matter of updating the debian packaging to use python3 modules or is there more work to it? One of Bullseye goals it to remove python2 from Debian, and ceph -- being a large code base -- still depends on several other py2 packages, which we cant remove until we port ceph to py3k Thanks for maintaining ceph in debian!

