FS#40951 - [kapidox] Missing dependencies

Attached to Project: Arch Linux
Opened by Sami B. (spider-mario) - Monday, 23 June 2014, 13:32 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 23 June 2014, 17:25 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

According to http://api.kde.org/frameworks-api/frameworks5-apidocs/kapidox/html/index.html , kgenapidox depends on two Python modules: jinja2 and yaml (python-jinja and python-yaml in Arch).

Indeed, running it without those modules installed results in:

$ kgenapidox
Traceback (most recent call last):
File "/usr/bin/kgenapidox", line 40, in <module>
from kapidox.generator import *
File "/usr/lib/python3.4/site-packages/kapidox/generator.py", line 46, in <module>
import jinja2
ImportError: No module named 'jinja2'
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Monday, 23 June 2014, 17:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  kapidox 4.100.0-2

Loading...