From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/4] make.sh: Removal of three python2 modules Date: Sat, 15 May 2021 23:50:31 +0200 Message-ID: <20210515215034.4133612-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2650394539553126163==" List-Id: --===============2650394539553126163== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - Removal of python-distutils and python-distutils-extra as these have been replaced by setuptools. - Removal of python-optional-src - Only python-distutils-extra line is removed from make.sh as python-distutils and python-optional-src were not in make.sh These two modules have not been getting built historically Signed-off-by: Adolf Belka --- make.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/make.sh b/make.sh index 2586c4e63..4af0081e9 100755 --- a/make.sh +++ b/make.sh @@ -1538,7 +1538,6 @@ buildipfire() { lfsmake2 wireless-regdb lfsmake2 crda lfsmake2 libsolv - lfsmake2 python-distutils-extra lfsmake2 ddns lfsmake2 python3-setuptools-scm lfsmake2 python3-dateutil -- 2.31.1 --===============2650394539553126163==--