]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - make.sh
python3-setuptools: Create a python3 version of python-setuptools
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 16 May 2021 17:25:49 +0000 (19:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 09:48:22 +0000 (09:48 +0000)
commit398669f7c9b8645c3eae079c6b71f83461068524
treee598e823c9d228ff2c9542fb5ff2f0b3f1ccf566
parente689de33658febb769b3053da30882b379980e8a
python3-setuptools: Create a python3 version of python-setuptools

- python3-setuptools works with python3-daemon but not with
   python-m2crypto. m2crypto has to stay with python2 because crda
   will not find the python3 version of m2crypto.
- python-m2crypto only works with python-setuptools so both the
   python2 and python3 versions of setuptools need to stay in place.
- Therefore this patch only creates python3-setuptools, it does not
   remove python-setuptools

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/python3-setuptools [new file with mode: 0644]
lfs/python3-setuptools [new file with mode: 0644]
make.sh