Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#51324 - [python-curtsies] 0.2.10-1 requires python-wcwidth

Attached to Project: Community Packages
Opened by Sebastian Frysztak (sebastian-frysztak) - Tuesday, 11 October 2016, 14:30 GMT
Last edited by Kyle Keen (keenerd) - Tuesday, 11 October 2016, 15:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After updating bpython to 0.16-1 and python-curtsies to 0.2.10-1 it throws
Traceback (most recent call last):
File "/usr/bin/bpython", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2991, in <module>
@_call_aside
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2977, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 3004, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 662, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 970, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 856, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'wcwidth>=0.1.4' distribution was not found and is required by curtsies

when ran. Installing python-wcwidth fixes the issue.
This task depends upon

Closed by  Kyle Keen (keenerd)
Tuesday, 11 October 2016, 15:11 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-curtsies 0.2.10-2

Loading...