Bug 508988

Summary: stop using rhpl
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: system-config-networkAssignee: Jiri Popelka <jpopelka>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: harald, herrold, jmoskovc, notting, 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:20:51 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, 516996    

Description Jeremy Katz 2009-06-30 18:29:21 UTC
system-config-network uses rhpl for a few things, some of which are only ever used by rhpl.  We are trying to drop rhpl for Fedora 12, so you'll need to move those bits into system-config-network itself (rhpl.iwlib and rhpl.ethtool)

The translation bits should be relatively straightforward to replace with something like:
  import gettext
  _ = lambda x: gettext.ldgettext(domain, x)
  N_ = lambda x: x 
except for the fact that you're overriding __builtins__["_"] which you really can't do with this pattern as you can't always know what the domain is going to be.

Comment 1 Bill Nottingham 2009-07-14 15:35:18 UTC
For ethtool, note there is a python-ethtool package in Fedora already.

Comment 2 Harald Hoyer 2009-07-14 16:03:21 UTC
Jiri, can you please take care of this?

Comment 3 Harald Hoyer 2009-07-16 14:56:49 UTC
Assigning to Jiri Popelka

Comment 5 Harald Hoyer 2009-09-14 16:20:51 UTC
fixed in 1.5.99