| Summary: | createrepo not usuable due to missing deltarpm python module | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Pascal Terjan <pterjan> |
| Component: | RPM Packages | Assignee: | Bruno Cornec <bruno> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | Keywords: | Triaged |
| Version: | 1 | ||
| Target Milestone: | Mageia 2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | createrepo | CVE: | |
| Status comment: | |||
| Bug Depends on: | |||
| Bug Blocks: | 2157 | ||
|
Pascal Terjan
2012-03-05 11:29:56 CET
Blocks:
(none) =>
2157 Hi, thanks for reporting this bug. Assigned to the package maintainer. (Please set the status to 'assigned' if you are working on it) Keywords:
(none) =>
Triaged I'll work on it. Status:
NEW =>
ASSIGNED I've now uploaded deltarpm into mageia. That should be added to Mageia 2. I've also update the dep list for createrepo to now also depends on python-deltarpm, which is in the tag 3 currently uploaded into Mageia Cauldron. createrepo now works correctly. Status:
ASSIGNED =>
RESOLVED |
$ createrepo Traceback (most recent call last): File "/usr/share/createrepo/genpkgmetadata.py", line 28, in <module> import createrepo File "/usr/lib/python2.7/site-packages/createrepo/__init__.py", line 51, in <module> import deltarpms File "/usr/lib/python2.7/site-packages/createrepo/deltarpms.py", line 21, in <module> import deltarpm ImportError: No module named deltarpm