From c57e67a0f976ca6f3d2d5f23cd32428df3f147d1 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 3 Jul 2023 14:10:39 +0000 Subject: [PATCH] Revert "Temporarily disable argcomplete on python3.12" This reverts commit 674ca3d40e29500221ea5fe7f7b8c6437470f458. --- ansible-core.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible-core.spec b/ansible-core.spec index 59961c8..7029dd5 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -3,9 +3,7 @@ # controls whether to generate shell completions # may be useful for bootstrapping purposes -# -# python3-argcomplete currently FTBFS with python3.12 -%bcond argcomplete %[ %{defined python3_version} && v"%{python3_version}" < v"3.12" ] +%bcond argcomplete 1 # disable the python -s shbang flag as we want to be able to find non system modules %undefine _py3_shebang_s