FS#46865 - [python-pexpect] Missing dependency python-ptyprocess

Attached to Project: Community Packages
Opened by Chih-Hsuan Yen (yan12125) - Sunday, 25 October 2015, 05:34 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 25 October 2015, 05:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
pexpect requires ptyprocess>=0.5 [1], but it's not listed as a dependency. As a result:

$ python -c 'import pexpect'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.5/site-packages/pexpect/__init__.py", line 75, in <module>
from .pty_spawn import spawn, spawnu
File "/usr/lib/python3.5/site-packages/pexpect/pty_spawn.py", line 11, in <module>
import ptyprocess
ImportError: No module named 'ptyprocess'

[1] https://github.com/pexpect/pexpect/blob/master/setup.py

Additional info:
community/python-pexpect 4.0.1-1

Steps to reproduce:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 25 October 2015, 05:41 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#46864 

Loading...