| Summary: | Missing package dependency (python-lockfile) for duplicity | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Johnny Accot <accot> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | Normal | CC: | jani.valimaa |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | duplicity-0.6.23-2.mga5.src.rpm | CVE: | |
| Status comment: | |||
Fixed in -3.mga5. Status:
NEW =>
RESOLVED |
Description of problem: Duplicity uses the lockfile python module, yet this module is not installed as a dependency. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. $ urpme python-lockfile 2. $ duplicity 3. Check error: Traceback (most recent call last): File "/usr/bin/duplicity", line 34, in <module> from lockfile import FileLock ImportError: No module named lockfile Reproducible: Steps to Reproduce: