From patchwork Sat May 15 21:50:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4281 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FjJww6Cvgz3wbb for ; Sat, 15 May 2021 21:50:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FjJww48SGz6YL; Sat, 15 May 2021 21:50:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FjJww39Wfz2xmd; Sat, 15 May 2021 21:50:40 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FjJww0PL9z2xNt for ; Sat, 15 May 2021 21:50:40 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FjJwv1dk5zYn; Sat, 15 May 2021 21:50:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621115439; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fPtJYAbKjveHXXZ8lFElxvtCX0chJ49aDDOLzifoeLE=; b=YjiZN4y9iWGopvUQonEJZcVYXNl40BElws6Syw2+blH7vDLMJTnQ5cE6don4off8yL1/jP w2f1JMobCHQMVlBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621115439; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fPtJYAbKjveHXXZ8lFElxvtCX0chJ49aDDOLzifoeLE=; b=ffrOLvNOhNQ//oDBK9p6OqLVqtIJvECw6G229o2rFiZauDXyHi8KGSMtfe638DPnnhivEo DL+xbbFtRQvewUfKThsiZAhLpt+xVWLmAQ27zqxivRveVvWuphT70Xw524emHcEY1kkuRr BfI2bBp5pBOnqMvRzw07cPO06Wqdf37JjI1u/9dQFm9wbavF2RaOd9A3rn1x97hVtPOvTH OsDunNViS3crLwIT9dDkAue4ySOyxLqmuMt0EcS9ZaXd0z9a4/VyP6TPHlIKl7JjLPA9w9 itEkv60au82iulGV1I7aZAOJZj0iwSBuMol3TQbuyo6g0s24qs5bhyXbFDLtow== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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