Fix mof_compiler.py module import path in order to be able to compile in-tree
This commit is contained in:
parent
f0a508380c
commit
588c99fb6d
@ -41,6 +41,8 @@ easiest way to write providers on the planet.
|
||||
%patch0 -p1 -b .mofcomp-imports
|
||||
|
||||
%build
|
||||
# dirty workaround to fix the mof_compiler.py module path
|
||||
ln -s . pywbem
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user