Dirk Mueller 2021-01-24 18:32:52 +00:00 committed by Git OBS Bridge
parent 7b6c76ca13
commit 80c1222bbd

View File

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