FS#77294 - [libbytesize] Missing optional dependency: python-six

Attached to Project: Arch Linux
Opened by Balló György (City-busz) - Saturday, 28 January 2023, 04:45 GMT
Last edited by Toolybird (Toolybird) - Friday, 26 May 2023, 23:24 GMT
Task Type Bug Report
Category Packages: Extra
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 0
Private No

Details

python-six is needed for the included bscalc script. Please add it to optdepends=() of libbytesize.

$ bscalc
Traceback (most recent call last):
File "/usr/bin/bscalc", line 6, in <module>
from bytesize import Size, ZeroDivisionError
File "/usr/lib/python3.10/site-packages/bytesize/__init__.py", line 1, in <module>
from .bytesize import Size
File "/usr/lib/python3.10/site-packages/bytesize/bytesize.py", line 4, in <module>
import six
ModuleNotFoundError: No module named 'six'
This task depends upon

Closed by  Toolybird (Toolybird)
Friday, 26 May 2023, 23:24 GMT
Reason for closing:  Fixed
Additional comments about closing:  libbytesize 2.8-2

Loading...