Bug 4799 - createrepo not usuable due to missing deltarpm python module
Summary: createrepo not usuable due to missing deltarpm python module
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 1
Hardware: All Linux
Priority: Normal major
Target Milestone: Mageia 2
Assignee: Bruno Cornec
QA Contact:
URL:
Whiteboard:
Keywords: Triaged
Depends on:
Blocks: 2157
  Show dependency treegraph
 
Reported: 2012-03-05 11:27 CET by Pascal Terjan
Modified: 2012-03-24 23:54 CET (History)
0 users

See Also:
Source RPM: createrepo
CVE:
Status comment:


Attachments

Description Pascal Terjan 2012-03-05 11:27:36 CET
$ 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
Pascal Terjan 2012-03-05 11:29:56 CET

Blocks: (none) => 2157

Comment 1 Manuel Hiebel 2012-03-06 00:15:17 CET
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
Assignee: bugsquad => bruno

Comment 2 Bruno Cornec 2012-03-24 19:10:34 CET
I'll work on it.

Status: NEW => ASSIGNED
Target Milestone: --- => Mageia 2

Comment 3 Bruno Cornec 2012-03-24 23:54:51 CET
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
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.