Revert "Temporarily disable argcomplete on python3.12"

This reverts commit 674ca3d40e.
This commit is contained in:
Maxwell G 2023-07-03 14:10:39 +00:00
parent 71c43a9b1c
commit c57e67a0f9
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -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