Bug 508988 - stop using rhpl
Summary: stop using rhpl
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-network
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: rhplectomy 516996
TreeView+ depends on / blocked
 
Reported: 2009-06-30 18:29 UTC by Jeremy Katz
Modified: 2009-09-14 16:20 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-14 16:20:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.