FS#73616 - [python-django-csp] missing checkdepnds 'python-six'

Attached to Project: Community Packages
Opened by Xeonacid (Xeonacid) - Friday, 04 February 2022, 01:13 GMT
Last edited by Jelle van der Waa (jelly) - Tuesday, 08 February 2022, 16:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

In check():

==================================== ERRORS ====================================
___________________ ERROR collecting csp/tests/test_utils.py ___________________
ImportError while importing test module '/build/python-django-csp/src/django-csp-3.7/csp/tests/test_utils.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
csp/tests/test_utils.py:4: in <module>
import six
E ModuleNotFoundError: No module named 'six'

checkdepnds+='python-six' fix this.
This task depends upon

Closed by  Jelle van der Waa (jelly)
Tuesday, 08 February 2022, 16:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in svn.

Loading...