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 1760303

Summary: trac-bazaar-plugin fails to install in Fedora rawhide (switch to breezy maybe?)
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: trac-bazaar-pluginAssignee: Gwyn Ciesla <gwync>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: gwync
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: 2019-10-10 13:32:36 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:
Bug Depends On:    
Bug Blocks: 1750909, 1690439    

Description Miro Hrončok 2019-10-10 11:03:05 UTC
trac-bazaar-plugin-0.4.2-16.fc31.noarch fails to install in Fedora rawhide:

  package trac-bazaar-plugin-0.4.2-16.fc31.noarch requires bzr >= 2.0, but none of the providers can be installed
  nothing provides python2-paramiko needed by bzr-2.7.0-23.fc30.x86_64

This is caused by broken bazaar.

An attempted fix it to replace bazaar with breezy, see https://fedoraproject.org/wiki/Changes/ReplaceBazaarWithBreezy

Before the change is accepted, breezy was packaged (command brz).

Is it possible to switch trac-bazaar-plugin to breezy (note that Breezy runs on Python 3, but maybe it's nto sued via Python here at all)?

Comment 1 Gwyn Ciesla 2019-10-10 13:32:36 UTC
Sadly, this plugin user bzr's python lib. Since that's gone, this will have to be retired. Since it hasn't seen a release in nearly a decade, I'm not optimistic that it will be ported, especially since not even Trac itself is on python 3 yet.

Comment 2 Miro Hrončok 2019-10-10 13:44:36 UTC
To clarify, the package has just been retired.

Thanks.