]> git.ipfire.org Git - ipfire-2.x.git/commit
iotop: Update to work with python3
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 10 May 2021 17:03:08 +0000 (19:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 May 2021 16:26:12 +0000 (16:26 +0000)
commitaef8d2a708c0bc14728bf9405ab724114b614b95
tree215f52f0efe42865ae42de3694a617db1f30a04c
parent724e0b0856b7006d770621eafb1c732ae79dd09c
iotop: Update to work with python3

- v2 version has updated rootfile. One line was accidentally missed out of
   original patch submission.
- Change from building with python2 to python3
- iotop setup.py used "itervalues" which is no longer used by python3
   In python3 this has been changed to "values". Patch created to update
   this in the source tarball setup.py
- Update lfs file with patch application and use of python3
- Update of rootfile
- Installed updated version into vm testbed and iotop confirmed working

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/iotop
lfs/iotop
src/patches/iotop-0.6-replace-itervalues-with-values-in-setup.py.patch [new file with mode: 0644]