Bug 894480
| Summary: | Remove PyXML Dep from katello-cli | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Toshio Ernie Kuratomi <a.badger> | ||||||
| Component: | katello-cli | Assignee: | Miroslav Suchý <msuchy> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | lzap, msuchy | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-03-14 16:42:10 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: | 843176 | ||||||||
| Attachments: |
|
||||||||
|
Description
Toshio Ernie Kuratomi
2013-01-11 20:43:37 UTC
Created attachment 677108 [details]
Patch to switch katello-cli from PyXML to python-dateutil
Created attachment 677109 [details]
Patch for spec file to remove PyXML dep and add python-dateutil
Here's the spec file update that goes along with this. Note that the current version of katello-cli in the rawhide repo seems to fail build for an unrelated reason.
Thanks for patch and reporting. Sent to upstream: https://github.com/Katello/katello/pull/1389 I expect that when Katello 1.3 is released (due in February) that this code will get to Fedora 19. Hey, it's the end of February. Do we have a new target for the release? If we don't have a release date, may I update the fedora Rawhide package with the patch? This is the last package blocking the remove PyXML Feature: https://fedoraproject.org/wiki/Features/RemovePyXML I'd like to remove PyXML from rawhide before Alpha so that we have more testing that the removal doesn't break anything. If I remove it without this package being fixed, katello will be broken. I don't really want to stop katello from getting testing at alpha when the fix is right here and has been pulled into the upstream tree :-) The release date is still not set. OK. I will push new package from katello nightly to rawhide this afternoon. Thanks! But a repoquery on rawhide shows that katello is still requiring PyXML: $ repoquery -q --tree-whatrequires PyXML PyXML-0:0.8.4-29.fc19.x86_64 [cmd line] \_ katello-cli-common-0:1.1.10-1.fc19.noarch [1: PyXML = 0.8.4-29.fc19] | \_ katello-cli-0:1.1.10-1.fc19.noarch [1: katello-cli-common = 1.1.10-1.fc19] | | \_ katello-cli-unit-tests-0:1.1.10-1.fc19.noarch [1: katello-cli = 1.1.10-1.fc19] \_ katello-cli-unit-tests-0:1.1.10-1.fc19.noarch [1: PyXML = 0.8.4-29.fc19] Now is the correct afternoon :) Sorry. Should be built now: http://koji.fedoraproject.org/koji/taskinfo?taskID=5122298 http://koji.fedoraproject.org/koji/taskinfo?taskID=5122309 |