From 80c1222bbdec6db02464de0b9db5c1da4adb016d5ef6e8d9c7b32599268bbd3b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 24 Jan 2021 18:32:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=42 --- python-PyYAML.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-PyYAML.spec b/python-PyYAML.spec index cb4eb8b..826a577 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -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