forked from pool/mygnuhealth
Benjamin Greiner
5c8ed1951b
- Remove dependencies which are not used at runtime anywhere * only CairoSVG is reqired for PNG charts since at least pygal 1.7: https://github.com/Kozea/pygal/blob/1.6.2/setup.py#L70 * remove-obsolete-deps.patch OBS-URL: https://build.opensuse.org/request/show/1114435 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=34
29 lines
987 B
Diff
29 lines
987 B
Diff
Index: mygnuhealth/buildozer.spec
|
|
===================================================================
|
|
--- mygnuhealth.orig/buildozer.spec
|
|
+++ mygnuhealth/buildozer.spec
|
|
@@ -37,8 +37,8 @@ version = 1.9
|
|
|
|
# (list) Application requirements
|
|
# comma separated e.g. requirements = sqlite3,kivy
|
|
-# pygal, cairosvg, tinycss and cssselect are to render the charts in PNG format
|
|
-requirements = python3,kivy, tinydb, bcrypt, pygal, cairosvg, tinycss, cssselect
|
|
+# pygal, cairosvg is to render the charts in PNG format
|
|
+requirements = python3,kivy, tinydb, bcrypt, pygal, cairosvg
|
|
|
|
# (str) Custom source folders for requirements
|
|
# Sets custom source for any requirements with recipes
|
|
Index: mygnuhealth/pyproject.toml
|
|
===================================================================
|
|
--- mygnuhealth.orig/pyproject.toml
|
|
+++ mygnuhealth/pyproject.toml
|
|
@@ -18,8 +18,6 @@ dependencies = [
|
|
'tinydb',
|
|
'bcrypt',
|
|
'cairosvg',
|
|
- 'tinycss',
|
|
- 'cssselect'
|
|
]
|
|
|
|
classifiers=[
|