Source: ros-rospkg Version: 1.5.0-1 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/ros-rospkg $ grep mock -r -C 2 CHANGELOG.rst:- Use unittest.mock where possible. debian/control:Build-Depends: ... python3-mock ... -- setup.py- 'extras_require': { setup.py- 'test': [ setup.py: "mock; python_version < '3.3'", setup.py- 'pytest', setup.py- ]}, -- test/test_rospkg_os_detect.py-try: test/test_rospkg_os_detect.py: from unittest.mock import Mock, patch test/test_rospkg_os_detect.py-except ImportError: test/test_rospkg_os_detect.py: from mock import Mock, patch -- debian-science-maintainers mailing list debian-science-maintainers@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers