Wrong python macro

This commit is contained in:
Daniel Berteaud 2022-08-14 23:47:43 +02:00
parent b30767855b
commit f827120b9c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ User space client to ease DRBD9 resource management.
%{python} setup.py build
%install
%{_python} setup.py install --root=%{buildroot} --prefix=%{_prefix} --debug
%{python} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT