setup: declare Levenshtein dependency (#65288)

This commit is contained in:
Paul Marillonnet 2022-05-16 14:42:04 +02:00
parent 792ba7a551
commit 8f554b48f5
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ setup(
'xmlschema',
'pytz',
'vobject',
'Levenshtein',
],
cmdclass={
'build': build,