]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
python-six: Removal of python2 & 3 addon versions of six
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 13 May 2021 16:47:07 +0000 (18:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 May 2021 11:37:41 +0000 (11:37 +0000)
commit3a61ae73fa179adb24f9feeb8ee486c1900609bf
tree07db4aa84d96c8ba1c330db5bf9b1dc7dee1d0a3
parenta276dfba7a4228aef22af1c669bec8012715f4a4
python-six: Removal of python2 & 3 addon versions of six

- six is a python compatibility module to enable modules to run on
   both python2 and python3. The code from six has to be copied into
   any other module/project that is intending to use it.
- With the planned removal of python2 then neither version of this
   compatibility module is needed.
- Removal of the lfs and rootfiles. Although python-six is an addon
   its rootfile was installed into the common folder rather than the
   packages folder.
- Removal of the python-six and python3-six entries in make.sh

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/python-six [deleted file]
config/rootfiles/packages/python3-six [deleted file]
lfs/python-six [deleted file]
lfs/python3-six [deleted file]
make.sh