Remove unnecessary dependency on /usr/bin/python

The test no longer uses /usr/bin/python.
This commit is contained in:
Maxwell G 2023-10-03 21:10:12 +00:00
parent f5cdc27aaf
commit b05ac2e918
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -73,10 +73,6 @@ BuildRequires: python%{python3_pkgversion}-docutils
BuildRequires: git-core BuildRequires: git-core
BuildRequires: glibc-all-langpacks BuildRequires: glibc-all-langpacks
BuildRequires: python%{python3_pkgversion}-systemd BuildRequires: python%{python3_pkgversion}-systemd
# test/units/modules/test_async_wrapper.py needs this.
# Instead of patching the tests to use /usr/bin/python3,
# just give it what it wants.
BuildRequires: /usr/bin/python
%endif %endif
%if %{with argcomplete} %if %{with argcomplete}