media ok + test

This commit is contained in:
Frederik Jaeckel 2022-10-14 15:29:33 +02:00
parent 0100653643
commit 2933a217e2
13 changed files with 565 additions and 33 deletions

View file

@ -42,7 +42,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
major_version = 6
minor_version = 0
requires = []
requires = ['python-magic>=0.4.24', 'Pillow']
for dep in info.get('depends', []):
if not re.match(r'(ir|res|webdav)(\W|$)', dep):
if dep in modversion.keys():