Better error message from %python_provide

This commit is contained in:
Orion Poplawski 2016-01-14 20:34:31 -07:00
parent f16464f0b6
commit 2553290f93
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ CFLAGS="%{optflags}" %{__python} %{py_setup} %{?py_setup_args} install -O1 --ski
print(" = ");\ print(" = ");\
print(vr);\ print(vr);\
else\ else\
print("ERROR: ");\ print("%python_provide: ERROR: ");\
print(package);\ print(package);\
print("not recognized.");\ print(" not recognized.");\
end\ end\
} }