| Summary: | dev-python/soappy-0.12.0 seems to need python[xml] only | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rafał Mużyło <galtgendo> |
| Component: | [OLD] Library | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Rafał Mużyło
2010-01-01 12:59:45 UTC
Fixed in Progress Overlay on 2011-07-07. (Dependency on dev-python/pyxml deleted.) In such case, on a semi-related note:
as I said, the testsuite is most likely broken, but if I run it (or more exactly SOAPtest.py) for 0.12.5, one test, that should pass, fails with following traceback:
Traceback (most recent call last):
File "./SOAPtest.py", line 808, in testRecursion
x = buildSOAP(tre)
File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 648, in buildSOAP
return t.build()
File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 146, in build
self.dump(i, typed = typed, ns_map = ns_map)
File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 287, in dump
self.dump_dispatch(obj, tag, typed, ns_map)
File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 630, in dump_dispatch
for (k, v) in d1:
ValueError: need more than 1 value to unpack
That's due to d1 being (<a string>,) at the point.
Could you check where the fix is needed - in the testsuite or in the package itself ?
Is it still an issue? |