Bug 1632147

Summary: borgbackup unable to run due to "pkg_resources.DistributionNotFound" (msgpack-python)
Product: [Fedora] Fedora Reporter: Felix Schwarz <fschwarz>
Component: borgbackupAssignee: Persona non grata <nobody+366555>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 28CC: fschwarz, nobody+366555
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-24 08:56:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***