Source: python-pyproj
Version: 3.6.1-3
Severity: normal

Dear Maintainer,

"mock" has been absorbed by the Python standard library as "unittest.mock".

The standalone python3-mock package is deprecated
and slowly being removed from the distribution.

Please remove the stale line from debian/control.

Greetings,

Alexandre

tchet@brix /tmp/python-pyproj $ grep mock -r debian/
debian/changelog:  * Add python{,3}-{mock,pytest} to build dependencies.
debian/control:               python3-mock,

tchet@brix /tmp/python-pyproj $ grep mock -r | grep import
test/crs/test_crs.py:from unittest.mock import patch
test/test_cli.py:from unittest.mock import patch
test/test_datadir.py:from unittest.mock import patch
test/test_network.py:from unittest.mock import patch
test/test_proj.py:from unittest.mock import patch
test/test_sync.py:from unittest.mock import MagicMock, patch
test/test_transformer.py:from unittest.mock import call, patch
tchet@brix /tmp/python-pyproj $

Reply via email to