1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-15 19:00:11 +02:00

exclude Provides metadata from yml

This commit is contained in:
Michael Pöhn 2019-07-11 01:40:42 +02:00
parent 051596dd0d
commit 191363ad55

View File

@ -52,7 +52,7 @@ def warn_or_exception(value):
app_fields = set([
'Disabled',
'AntiFeatures',
'Provides',
'Provides', # deprecated, txt only
'Categories',
'License',
'Author Name',
@ -96,7 +96,6 @@ app_fields = set([
yaml_app_field_order = [
'Disabled',
'AntiFeatures',
'Provides',
'Categories',
'License',
'AuthorName',