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#55985 - [python2-pysaml2] Missing dependency on python2-defusedxml

Attached to Project: Community Packages
Opened by Bruno Pagani (ArchangeGabriel) - Saturday, 14 October 2017, 09:01 GMT
Last edited by Johannes Löthberg (demize) - Saturday, 14 October 2017, 09:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Johannes Löthberg (demize)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Without it, there is an Import Error (here when starting synapse that imports pysaml2):

python2.7[457]: ERROR:root:Can't import 'saml2' which is part of 'pysaml2'
python2.7[457]: Traceback (most recent call last):
python2.7[457]: File "/usr/lib/python2.7/site-packages/synapse/python_dependencies.py", line 107, in check_requirements
python2.7[457]: module = __import__(module_name)
python2.7[457]: File "/usr/lib/python2.7/site-packages/saml2/__init__.py", line 39, in <module>
python2.7[457]: import defusedxml.ElementTree
python2.7[457]: ImportError: No module named defusedxml.ElementTree
python2.7[457]: Missing Requirement: Can't import 'saml2' which is part of 'pysaml2'
python2.7[457]: To install run:
python2.7[457]: pip install --upgrade --force "pysaml2"

Installing python2-defusedxml fix it.
This task depends upon

Closed by  Johannes Löthberg (demize)
Saturday, 14 October 2017, 09:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  4.5.0-2

Loading...