Source: apscheduler Version: 3.9.1-2 Severity: normal Dear Maintainer,
The python3-mock library is obsolete and slowly removed from Debian.
apscheduler has switched to using the newer "unittest.mock"
from the Python standard library.
Please remove the extraneous python3-mock buil dependency.
Greetings,
Alexandre Detiste
-----
try:
from unittest.mock import Mock
except ImportError:
from mock import Mock

