Bug 1628422
| Summary: | pydot: 1.2.3 or 1.2.4 needed for networkx | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry James <loganjerry> | ||||
| Component: | pydot | Assignee: | Tom "spot" Callaway <tcallawa> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | besser82, tcallawa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-10-05 12:22:11 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: | |||||||
| Attachments: |
|
||||||
|
Description
Jerry James
2018-09-13 01:49:24 UTC
Created attachment 1482925 [details]
Proposed spec file
I worked out the spec file changes needed. I am attaching the result as a suggestion.
It will be necessary to check the following pydot consumers to make sure the new version doesn't break them: - dot2tex - openerp - python-altgraph - python-sqlalchemy_schemadisplay - trytond I will try to look at that soon. Help would be ... helpful. :-) I did test builds of the packages named in comment 2 with pydot 1.2.4. The results are: - dot2tex: hasn't needed pydot since version 2.8.0. The (Build)Requires is wrong and should be removed (bug 1636260). - openerp: FTBFS and is quite old (bug 1605318), can probably be ignored. - python-altgraph: does not use pydot at all. The Requires is wrong and should be removed (bug 1636263). - python-sqlalchemy_schemadisplay: seems to work okay with the new pydot - trytond: seems to work okay with the new pydot Can we proceed with updating pydot in Rawhide? Thank you. pydot-1.2.4-2.fc30 in rawhide. Please note that it is python3 only. Thank you! Python 3 only is fine, as I am throwing out pretty much all of my python 2 subpackages in the very near future. |