Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rFAzz-008f8R-Gi for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 10:37:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rFAzy-008JTJ-6R for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 10:37:22 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rFAzx-008JTB-V6 for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 10:37:21 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rFAzv-00CbSl-9M for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 10:37:21 +0000 Received: from github.com (hubbernetes-node-302d719.va3-iad.github.net [10.48.154.34]) by smtp.github.com (Postfix) with ESMTPA id CC7FB407A4 for ; Mon, 18 Dec 2023 02:37:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1702895837; bh=xTCMklt44IA5VZnBjKbdc54lJ5SE8daDmD2PjM/JVJ8=; h=Date:From:To:Subject:From; b=e8qBVuiZSJkQ0HeNtqtAyNO5WiN5ByKh+ANtLnn/5UaBKW2S4Gq5xPZpQOfGFYFaC MDmT7MqBp1f0IXAAdfQ0G9t7HxlFI9uwEvpLWedyoKtSOm2U7xZhVPFmxS7h+2sNX7 sQklDPlB4CnpWnETDDmQnU6C7Uq9DQCevFPxsb7U= Date: Mon, 18 Dec 2023 02:37:17 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4db13f: Install setuptools separately as it is no longer a... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4db13facf7b1b537ad53fc84f64314c26f5945b2 https://github.com/pgadmin-org/pgadmin4/commit/4db13facf7b1b537ad53fc84f64314c26f5945b2 Author: Khushboo Vashi Date: 2023-12-18 (Mon, 18 Dec 2023) Changed paths: M pkg/linux/build-functions.sh Log Message: ----------- Install setuptools separately as it is no longer a core venv dependency in Python 3.12.