Bug#1066144: python-pyproj: please remove obsolete python3-mock build-dependency
Alexandre Detiste
alexandre.detiste at gmail.com
Wed Mar 13 01:57:27 GMT 2024
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 at brix /tmp/python-pyproj $ grep mock -r debian/
debian/changelog: * Add python{,3}-{mock,pytest} to build dependencies.
debian/control: python3-mock,
tchet at 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 at brix /tmp/python-pyproj $
More information about the Pkg-grass-devel
mailing list