Temporarily disable argcomplete on python3.12
This commit is contained in:
parent
8f2b3503f1
commit
674ca3d40e
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
# controls whether to generate shell completions
|
# controls whether to generate shell completions
|
||||||
# may be useful for bootstrapping purposes
|
# may be useful for bootstrapping purposes
|
||||||
%bcond argcomplete 1
|
#
|
||||||
|
# python3-argcomplete currently FTBFS with python3.12
|
||||||
|
%bcond argcomplete %[ %{defined python3_version} && v"%{python3_version}" < v"3.12" ]
|
||||||
|
|
||||||
# disable the python -s shbang flag as we want to be able to find non system modules
|
# disable the python -s shbang flag as we want to be able to find non system modules
|
||||||
%undefine _py3_shebang_s
|
%undefine _py3_shebang_s
|
||||||
|
Loading…
Reference in New Issue
Block a user