From cf979bf0758f93263825298f32f8abb5d61227dfd073c70b6c44844f7c1a86e1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 17 Nov 2021 18:23:45 +0000 Subject: [PATCH] Actually we don't need to recompile all PYC files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs.parse?expand=0&rev=13 --- python-calmjs.parse.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python-calmjs.parse.spec b/python-calmjs.parse.spec index 05ebd86..3d5f07c 100644 --- a/python-calmjs.parse.spec +++ b/python-calmjs.parse.spec @@ -43,9 +43,7 @@ ECMAScript; a near feature complete fork of slimit. %build export LANG=en_US.UTF-8 %python_build -%{python_expand PYTHONPATH=build/lib $python -m calmjs.parse.parsers.optimize -# $python -m compileall -j 0 -f build/ -} +%python_expand PYTHONPATH=build/lib $python -m calmjs.parse.parsers.optimize %install %python_install