Remove more libxmp dependencies

This commit is contained in:
James R. Barlow
2018-12-12 22:02:35 -08:00
parent 414407fbd6
commit a938bbea55
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ if on_rtd:
def __getattr__(cls, name):
return MagicMock()
MOCK_MODULES = ['pikepdf', 'libxmp', 'libxmp.utils', 'ocrmypdf.leptonica']
MOCK_MODULES = ['pikepdf', 'ocrmypdf.leptonica']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)