FS#58402 - [tldr] missing dependency python-six

Attached to Project: Community Packages
Opened by Daniel Struck (zencha) - Monday, 30 April 2018, 10:09 GMT
Last edited by Felix Yan (felixonmars) - Tuesday, 12 June 2018, 02:35 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

The package community/tldr is missing the python dependency python-six.


Additional info:

Error message on a fresh arm arch installation:
########
alarm@alarmpi ~]# tldr ls
Traceback (most recent call last):
File "/usr/bin/tldr", line 12, in <module>
from six.moves.urllib.parse import quote
ModuleNotFoundError: No module named 'six'
########

Python-six is not mentioned in the dependencies: https://www.archlinux.org/packages/community/any/tldr/.

setup.py in the project github (https://github.com/tldr-pages/tldr-python-client/blob/master/setup.py) repository clearly states six as a dependency: "install_requires=['six', 'termcolor', 'colorama']".


Steps to reproduce:

Install community/tldr on a clean system and launch it.


This task depends upon

Closed by  Felix Yan (felixonmars)
Tuesday, 12 June 2018, 02:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.4.4-2
Comment by jam (jam) - Sunday, 10 June 2018, 02:29 GMT
Can confirm on fresh install.

Loading...