FS#52059 - [python-six] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by Aliaksandr Stelmachonak (ava1ar) - Tuesday, 06 December 2016, 04:36 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 10 December 2016, 04:56 GMT
Task Type Bug Report
Category Packages: Extra
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:
Can't rebuild python-six package

Additional info:
* package version(s) python 3.5.2-3
* config and/or log files etc.


Steps to reproduce:

Getting following error during build:

Traceback (most recent call last):
File "/usr/bin/py.test", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 48, in <module>
from pkg_resources.extern import six
File "/usr/lib/python3.5/site-packages/pkg_resources/extern/__init__.py", line 61, in load_module
"distribution.".format(**locals())
ImportError: The 'six' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 10 December 2016, 04:56 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Tuesday, 06 December 2016, 05:49 GMT
Builds just fine in a clean chroot.
Comment by Aliaksandr Stelmachonak (ava1ar) - Saturday, 10 December 2016, 04:51 GMT
This was local issue with six on my machine. Removing six.pyc resolved the problem. Please close the issue.

Loading...