From 7ebc368e169e3711615372c7556b478c95a81691 Mon Sep 17 00:00:00 2001 From: sohalt Date: Fri, 30 Dec 2022 17:19:59 +0100 Subject: [PATCH] build-systems: add python-ldap --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index a0e8999..786ecc9 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -13553,6 +13553,9 @@ "pbr", "setuptools" ], + "python-ldap": [ + "setuptools" + ], "python-ldap-test": [ "setuptools" ],