- remove __pycache__ from plugins (boo#1178453)
OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth-client?expand=0&rev=45
This commit is contained in:
parent
7e19228bbb
commit
5a3d8927a1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 7 16:56:47 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- remove __pycache__ from plugins (boo#1178453)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 17 16:20:07 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
Sun May 17 16:20:07 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -81,6 +81,11 @@ mv gnuhealth_plugin_camera* camera
|
|||||||
mv gnuhealth_plugin_crypto* crypto
|
mv gnuhealth_plugin_crypto* crypto
|
||||||
mv gnuhealth_plugin_frl* frl
|
mv gnuhealth_plugin_frl* frl
|
||||||
|
|
||||||
|
# Remove pycache
|
||||||
|
rm -rf camera/__pycache__
|
||||||
|
rm -rf crypto/__pycache__
|
||||||
|
rm -rf frl/__pycache__
|
||||||
|
|
||||||
%build
|
%build
|
||||||
:
|
:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user