Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#74071 - [python-formencode] missing dep python-six

Attached to Project: Community Packages
Opened by Xeonacid (Xeonacid) - Wednesday, 09 March 2022, 14:51 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 23 August 2022, 18:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

==> Starting check()...
E
======================================================================
ERROR: formencode (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: formencode
Traceback (most recent call last):
File "/usr/lib/python3.10/unittest/loader.py", line 470, in _find_test_path
package = self._get_module_from_name(name)
File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
__import__(name)
File "/build/python-formencode/src/FormEncode-2.0.1/formencode/__init__.py", line 5, in <module>
from formencode.api import (
File "/build/python-formencode/src/FormEncode-2.0.1/formencode/api.py", line 6, in <module>
from . import declarative
File "/build/python-formencode/src/FormEncode-2.0.1/formencode/declarative.py", line 26, in <module>
import six
ModuleNotFoundError: No module named 'six'


----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)
==> ERROR: A failure occurred in check().

python-six needs to be added as depends (needed on runtime).
This task depends upon

Closed by  Morten Linderud (Foxboron)
Tuesday, 23 August 2022, 18:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.0.1-2

Loading...