From f6edfefb9d9d943586e8c6b3fc0dfaa28075dbb1bae9a4e7ac7121019d398c17 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 18 Sep 2021 09:17:16 +0000 Subject: [PATCH] Fix SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=15 --- python-PyInstaller.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-PyInstaller.spec b/python-PyInstaller.spec index fb1c307..e73c561 100644 --- a/python-PyInstaller.spec +++ b/python-PyInstaller.spec @@ -78,6 +78,7 @@ interpreter or any modules. %prep %setup -q -n pyinstaller-%{version} %autopatch -p1 + chmod a-x PyInstaller/utils/hooks/__init__.py # Force build of bootloader