mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Remove "Srclibs:" from srclib metadata files
They are handled per build, this feature is of little help and practically unused in master.
This commit is contained in:
parent
7a3baa01ed
commit
439cabb7f3
3 changed files with 4 additions and 21 deletions
|
|
@ -414,7 +414,6 @@ def parse_srclib(metafile):
|
|||
thisinfo['Repo'] = ''
|
||||
thisinfo['Subdir'] = None
|
||||
thisinfo['Prepare'] = None
|
||||
thisinfo['Srclibs'] = None
|
||||
|
||||
if metafile is None:
|
||||
return thisinfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue