On 2016-01-16 09:08:35, Petter Reinholdtsen wrote:
> It would be great if etckeeper could be ported to python version 3, to
> reduce the disk footprint of the FreedomBox system.  If is one of the
> last few pieces using python version 2 on the FreedomBox.

Indeed. It should be fairly easy to do: only a few pieces depend on
Python:

$ find -iname '*.py'
./etckeeper-dnf/__init__.py
./etckeeper-dnf/etckeeper.py
./zypper-etckeeper.py
./etckeeper-bzr/__init__.py
./yum-etckeeper.py

dnf, zypper and yum don't concern us here. bzr maybe not either.

so maybe the simplest fix would be to change the dependency to a
soft-depends so it could be installed without python.

i'd welcome a patch to do that.

did you test it in python3 to see if it *actually* requires python2?

a.

-- 
We are discreet sheep; we wait to see how the drove is going, and then go
with the drove.
                        - Mark Twain

Reply via email to