From 18f7aa300f804c5634b3e33ee5204bd3d6ebf34f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 28 May 2025 16:50:50 +0900 Subject: [PATCH] Update git submodules * Update ldappool from branch 'master' to 709efc7bb3da6e20e88bad584632500d13ed92d4 - add pyproject.toml to support pip 23.1 pip 23.1 removed the "setup.py install" fallback for projects that do not have pyproject.toml and now uses a pyproject.toml which is vendored in pip. To address that, this change adds the minimal pyproject.toml to enable pbr to be properly used to build editable wheels. See https://pip.pypa.io/en/stable/news/#v23-1 and https://github.com/pypa/pip/issues/8368 for more details on the removal of the fallback support. Co-Authored-By: Sean Mooney Change-Id: I4ad62c41a4df1d49c6dd5e6cda551095b79b8002 --- ldappool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldappool b/ldappool index ebf3206892..709efc7bb3 160000 --- a/ldappool +++ b/ldappool @@ -1 +1 @@ -Subproject commit ebf32068926122805e4574754b0f7360fd277436 +Subproject commit 709efc7bb3da6e20e88bad584632500d13ed92d4