]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Removal of four python2 modules
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 13 May 2021 11:43:31 +0000 (13:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 May 2021 11:35:12 +0000 (11:35 +0000)
commita15db22f3b3bc3e9baca34ef7ba9244f5729b4c9
treed154d6d23f72f641cc0b329385e90e47398b7523
parent632f2d44a25601e9ab1a86590ce61ffc9ded6918
make.sh: Removal of four python2 modules

- Removal of python-clientform, python-feedparser, python-mechanize
   and python-rssdler addons - lfs and rootfiles
- python-clientform was made obsolete in 2008 and its functions taken
   over by python-mechanize
- python-rssdler is an RSS feed downloader to facilitate downloading of
   podcasts, videocasts and torrents. Current IPFire version is 0.4.0a
   from 2008. The most recent version available is 0.4.2 from 2009. No
   further development is being done with this module. An RSS feed
   downloader is not appropriate for use in a firewall system, even
   less so when it is 12 years old.
- python-feedparser and python-mechanize are both dependencies for
   python-rssdler. They are not dependencies for any other addon.
- Full clean build with these four modules fully removed gave no problems.

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/packages/python-clientform [deleted file]
config/rootfiles/packages/python-feedparser [deleted file]
config/rootfiles/packages/python-mechanize [deleted file]
config/rootfiles/packages/python-rssdler [deleted file]
lfs/python-clientform [deleted file]
lfs/python-feedparser [deleted file]
lfs/python-mechanize [deleted file]
lfs/python-rssdler [deleted file]
make.sh