FS#52506 - [python2-xlib] Missing depndency: python2-six

Attached to Project: Community Packages
Opened by Dirk Lorenzen (gcurse) - Thursday, 12 January 2017, 10:46 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 24 January 2017, 13:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python-xlib and python2-xlib depend on python(2)-six. Please add the dependency.
See: https://github.com/python-xlib/python-xlib/blob/master/requirements.txt

Additional info:
python2-xlib 0.18-2, python-xlib 0.18-2

Steps to reproduce:

$: python2
Python 2.7.13 (default, Dec 21 2016, 07:16:46)
[GCC 6.2.1 20160830] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from Xlib import display
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/Xlib/display.py", line 26, in <module>
from six import create_unbound_method
ImportError: No module named six
This task depends upon

Closed by  Sergej Pupykin (sergej)
Tuesday, 24 January 2017, 13:39 GMT
Reason for closing:  Fixed

Loading...