mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
added antiNonFreeDep
This commit is contained in:
parent
c722f06a8a
commit
6a29e51b46
2 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,7 @@ def parse_metadata(metafile, **kw):
|
|||
if (part != "Ads" and
|
||||
part != "Tracking" and
|
||||
part != "NonFreeNet" and
|
||||
part != "NonFreeDep" and
|
||||
part != "NonFreeAdd"):
|
||||
print "Unrecognised antifeature '" + part + "' in " \
|
||||
+ metafile.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue