Source: python-cursive Version: 0.2.3-6 Severity: important Dear Maintainer,
python3-mock is an obsolete package. "mock" has been merge in the Python Standard Library a long time ago, around the times of Python3.7 Please update to 0.3.1 that uses unittest.mock from the standard library and drop the python3-mock build-dependency from d/control There is no defined timeline yet that says wether this should happen before of after Forky is released. Greetings Alexandre tchet@quieter:/tmp$ wget https://github.com/openstack/cursive/archive/refs/tags/0.3.1.tar.gz tchet@quieter:/tmp$ tar zxf 0.3.1.tar.gz tchet@quieter:/tmp$ grep mock cursive-0.3.1/ -r cursive-0.3.1/cursive/tests/unit/test_signature_utils.py:from unittest import mock

