Recurrence rule + tests

This commit is contained in:
Frederik Jaeckel 2024-02-25 23:10:40 +01:00
parent ebb1efe7a8
commit ed350ba3e2
6 changed files with 564 additions and 19 deletions

View file

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