Bug 513617
| Summary: | Drop rhpl dependency | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeremy Katz <katzj> | ||||||||||
| Component: | system-config-boot | Assignee: | Harald Hoyer <harald> | ||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | medium | Docs Contact: | |||||||||||
| Priority: | low | ||||||||||||
| Version: | rawhide | CC: | harald, tcallawa | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | All | ||||||||||||
| OS: | Linux | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2009-09-14 16:03:48 UTC | Type: | --- | ||||||||||
| 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: | 508951 | ||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 355022 [details]
Use python-meh for exception handling
Created attachment 355023 [details]
Remove kudzu import
Created attachment 355024 [details]
remove rhpl requirement from spec file
Fixed in 0.4.0. |
Created attachment 355021 [details] Use gettext instead of rhpl.translate The attached patch set (also pullable as git://fedorapeople.org/~katzj/system-config-boot.git) removes the dependency on rhpl from s-c-boot by using the gettext module for translations and clumens's new python-meh module for exception handling. The latter has the added bonus of now being able to do filing to bugzilla automatically. The other patch here is the removal of a kudzu import that's not being used for anything but which would have been making it traceback always for a release or two