From ca4ee5280f8578eaf5dafdb14d002051cd3772e9 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Thu, 14 Mar 2024 15:01:30 +0100 Subject: [PATCH] Update git submodules * Update ansible-role-lunasa-hsm from branch 'master' to c867490aa781783ece914c5908269187168072c4 - Disable auto-discovery for setuptools Since setuptools release (61.0.0) ansible-role-lunasa-hsm's package build command (python3 setup.py sdist bdist_wheel) is finding 'defaults' directory as a python module and including it in the built package. That's not correct as defaults is just providing data files properly managed as data_files and there is no actual python module, setup.py is just used as build/install tooling. Change-Id: I759d63ede6b9d5ebedf3ccc7dcb808055a0d009a --- ansible-role-lunasa-hsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-lunasa-hsm b/ansible-role-lunasa-hsm index 5c101144bc..c867490aa7 160000 --- a/ansible-role-lunasa-hsm +++ b/ansible-role-lunasa-hsm @@ -1 +1 @@ -Subproject commit 5c101144bcb6db119fb0bf955fc8636c86baf33d +Subproject commit c867490aa781783ece914c5908269187168072c4