Bug#555361: hplip: Embedded code copy of python-pexpect

2022-01-11 Thread Brian Potkin
On Tue 11 Jan 2022 at 08:07:35 +0800, Paul Wise wrote: > Control: reopen -1 > Control: found -1 3.21.8+dfsg0-2 > > On Mon, 2022-01-10 at 20:54 +, Brian Potkin wrote: > > > Use of our limited, volunteer supported resources is best served by not > > keeping open inactive bugs any longer than

Bug#555361: hplip: Embedded code copy of python-pexpect

2022-01-10 Thread Paul Wise
Control: reopen -1 Control: found -1 3.21.8+dfsg0-2 On Mon, 2022-01-10 at 20:54 +, Brian Potkin wrote: > Use of our limited, volunteer supported resources is best served by not > keeping open inactive bugs any longer than desirable, especially in > cases where the package concerned is older

Bug#555361: hplip: Embedded code copy of python-pexpect

2009-11-29 Thread Jakub Wilk
* Mark Purcell m...@debian.org, 2009-11-29, 16:26: Please modify your package to use the system-wide module provided by the python-pexpect package. Btw, do you have some advice on how best to modify the package? You should: 1. Assure that copy of pexpect.py bundled in the package is either

Bug#555361: hplip: Embedded code copy of python-pexpect

2009-11-29 Thread Mark Purcell
On Sunday 29 November 2009 21:03:07 Jakub Wilk wrote: * Mark Purcell m...@debian.org, 2009-11-29, 16:26: Please modify your package to use the system-wide module provided by the python-pexpect package. Btw, do you have some advice on how best to modify the package? 1. Assure that copy of

Bug#555361: hplip: Embedded code copy of python-pexpect

2009-11-29 Thread Jakub Wilk
* Mark Purcell m...@debian.org, 2009-11-29, 21:22: import pexpect in two places: base/tui.py:import pexpect base/utils.py:import pexpect tui.py looks like: # Std Lib import sys import re # Local from g import * import pexpect import utils Do I need to move the import pexpect statement up to