FS#71536 - [python-trustme] missing a dependency: 'python-idna'

Attached to Project: Community Packages
Opened by Austin (austinmlv) - Saturday, 17 July 2021, 20:53 GMT
Last edited by Toolybird (Toolybird) - Thursday, 11 May 2023, 06:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
This package is missing a dependency: python-idna. The python-trustme package does not list python-idna as a dependency and thus fails, producing a stack trace (see below). After installing python-idna, python-trustme works as it should.


Additional info:
* package version(s): 0.8.0-1
* python package version: 3.9.6-1
* stack trace reported:
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details
__import__(pkg_name)
File "/usr/lib/python3.9/site-packages/trustme/__init__.py", line 11, in <module>
import idna
ModuleNotFoundError: No module named 'idna'

Steps to reproduce:
Install package and at the command line run (as per project documentation):
$ python -m trustme
This task depends upon

Closed by  Toolybird (Toolybird)
Thursday, 11 May 2023, 06:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-trustme 0.9.0-4

Loading...