#1148539 python-awscurl: please drop the obsolete python3-mock build-dependency

#1148539#5
Date:
2026-09-20 16:03:23 UTC
From:
To:
Dear Maintainer,

v0.44 does not use 'mock' anymore,
please drop the leftover dependency from d/control

Greetings

Alexandre

/tmp/python-awscurl-0.44$ grep mock -r -C2 | grep -e debian -e import -C 2
debian/control- python3-botocore,
debian/control- python3-configargparse,
debian/control: python3-mock,
debian/control- python3-pytest,
debian/control- python3-pytest-cov,
--
tests/unit_test.py-
tests/unit_test.py-try:
tests/unit_test.py:    from mock import patch  # type: ignore[import-untyped]
tests/unit_test.py-except ImportError:
tests/unit_test.py:    from unittest.mock import patch
tests/unit_test.py-
--
tests/tls_test.py-from typing import Any
tests/tls_test.py-from unittest import TestCase
tests/tls_test.py:from unittest.mock import patch