Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1632147 - borgbackup unable to run due to "pkg_resources.DistributionNotFound" (msgpack-python)
Summary: borgbackup unable to run due to "pkg_resources.DistributionNotFound" (msgpack...
Keywords:
Status: CLOSED DUPLICATE of bug 1630992
Alias: None
Product: Fedora
Classification: Fedora
Component: borgbackup
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Benjamin Pereto
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-24 08:32 UTC by Felix Schwarz
Modified: 2018-09-24 08:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-09-24 08:56:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Felix Schwarz 2018-09-24 08:32:43 UTC
When I run "borgbackup" the command fails with a traceback as the "requires.txt" file (/usr/lib64/python3.6/site-packages/borgbackup-1.1.7-py3.6.egg-info/requires.txt) lists:

  msgpack-python!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,!=0.5.4,!=0.5.5,<=0.5.6,>=0.4.6

I think that should by only "msgpack" (which is the name of the Python module, only the RPM is named "python3-msgpack").

Also we can maybe think about the very specific version requirements. AFAIK Fedora's tooling won't prevent a push of "python3-msgpack 0.5.7" but that would break borg again.

Comment 1 Felix Schwarz 2018-09-24 08:56:25 UTC

*** This bug has been marked as a duplicate of bug 1630992 ***


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