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 1rF7U2-008PzQ-3S for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 06:52:10 +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 1rF7U0-006soY-KP for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 06:52:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rF7U0-006soM-Bq for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 06:52:08 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rF7Tx-00AxOV-GI for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 06:52:06 +0000 Received: from github.com (hubbernetes-node-30a9b5a.ac4-iad.github.net [10.52.145.24]) by smtp.github.com (Postfix) with ESMTPA id 780065E0879 for ; Sun, 17 Dec 2023 22:52:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1702882324; bh=T1N/ToyCmsVjhrnsL1ZUF+Nmrj/2LUxkexpgNfjoNuc=; h=Date:From:To:Subject:From; b=eRLlou36dc3YH9vJrpf6PIJQI1dBzu7cboVgI5k4q+spjEwg03xDIPsjGfVbklMM+ f8g4HCIEIUXXW6RM3EYFpi+jZYV272l3IGzwrnAyBU/K3jybdnctf8ogIWzXy8XUvZ zLya06Wj9ldBwmdalO8CtfOUrFV6suPcmB6s4PJo= Date: Sun, 17 Dec 2023 22:52:04 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 92549a: Replaced distutils.sysconfig.get_python_lib with s... 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: 92549af3d4da380c5e95b19138bd5b13640eb213 https://github.com/pgadmin-org/pgadmin4/commit/92549af3d4da380c5e95b19138bd5b13640eb213 Author: Khushboo Vashi Date: 2023-12-18 (Mon, 18 Dec 2023) Changed paths: M pkg/linux/build-functions.sh Log Message: ----------- Replaced distutils.sysconfig.get_python_lib with sysconfig.get_path.