2021-01-24 18:32:52 +00:00
committed by Git OBS Bridge
parent 70f84e4feb
commit c8ba2eacfa

View File

@@ -56,6 +56,7 @@ configuration files to object serialization and persistance.
%build
export CFLAGS="%{optflags}"
export PYYAML_FORCE_LIBYAML=0 # we don't actually want to build the python lib
%python_build
# Fix example permissions.
find examples/ -type f | xargs chmod a-x