Package: python3-click-man Version: 0.4.2-0.1 Severity: important The program, when installed in a minimal environment and run, crashes:
=====
$ click-man --help
Traceback (most recent call last):
File "/usr/bin/click-man", line 33, in <module>
sys.exit(load_entry_point('click-man==0.4.2', 'console_scripts',
'click-man')())
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/click-man", line 25, in importlib_load_entry_point
return next(matches).load()
~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 759, in exec_module
File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/click_man/__main__.py", line 14, in
<module>
from pkg_resources import iter_entry_points, get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
=====
The installed Python library ‘click_man’ attempts to import ‘pkg_resources’
but that module is not installed.
This is because the ‘python3-click-man’ Debian binary package fails to
declare a dependency on ‘python3-pkg-resources’.
-- System Information:
Debian Release: 13.5
APT prefers stable-security
APT policy: (500, 'stable-security'), (500, 'oldstable-security'), (500,
'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.101+deb13-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_AU.UTF-8), LANGUAGE=en_AU:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages click-man depends on:
ii python3 3.13.5-1
pn python3-click-man <none>
click-man recommends no packages.
click-man suggests no packages.
--
\ “Are you pondering what I'm pondering?” “Well, I think so, |
`\ Brain, but if Jimmy cracks corn, and no one cares, why does he |
_o__) keep doing it?” —_Pinky and The Brain_ |
Ben Finney <[email protected]>
signature.asc
Description: PGP signature

