[Pkg-salt-team] Bug#1064143: salt: please remove extraneous build-dependency on python3-mock
Alexandre Detiste
alexandre.detiste at gmail.com
Sat Feb 17 17:22:10 GMT 2024
Source: salt
Severity: normal
Please remove references to python3-mock from debian/control
& debian/tests/control.
It's usage has been hybridized as a fallback to the newer
unittest.mock.
Greetings
try:
from unittest import mock # type: ignore
except ImportError:
try:
import mock # type: ignore
except ImportError:
mock = None
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.6.13-amd64 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_USER
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
More information about the pkg-salt-team
mailing list