Source: liac-arff Version: 2.5.0-5 Severity: normal
Dear Maintainer, Can you please remove python3-mock from d/control. It is an obsolete library that is slowly being removed from Debian. The code was integrated a long time ago in the standard library as unittest.mock. Greetings tchet@brix /tmp/liac-arff $ grep mock -r -C 2 debian/control: python3-mock <!nocheck>, -- debian/tests/control:Depends: python3-liac-arff, python3-mock -- tests/test_data.py-if arff.PY2: tests/test_data.py: import mock tests/test_data.py-else: tests/test_data.py: import unittest.mock as mock