FS#48084 - [python-setuptools] requires makedepends on python-six and python2-six

Attached to Project: Arch Linux
Opened by Kevin Mihelich (kmihelich) - Monday, 08 February 2016, 02:10 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 08 February 2016, 02:25 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: python-six and python2-six are required for building this package. If built with --nocheck, the checkdepends are not installed and do not pull in these packages. Relying on checkdepends for makedepends is incorrect.


Additional info:
* package version: 20.0-1
* log:
==> Starting build()...
Traceback (most recent call last):
File "setup.py", line 21, in <module>
exec(init_file.read(), command_ns)
File "<string>", line 11, in <module>
File "/build/python-setuptools/src/setuptools-20.0/setuptools/__init__.py", line 11, in <module>
from setuptools.extern.six.moves import filterfalse, map
File "/build/python-setuptools/src/setuptools-20.0/setuptools/extern/__init__.py", line 1, in <module>
from pkg_resources.extern import VendorImporter
File "/build/python-setuptools/src/setuptools-20.0/pkg_resources/__init__.py", line 48, in <module>
from pkg_resources.extern import six
File "/build/python-setuptools/src/setuptools-20.0/pkg_resources/extern/__init__.py", line 60, 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.


Steps to reproduce: Build with --nocheck
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 08 February 2016, 02:25 GMT
Reason for closing:  Not a bug
Additional comments about closing:  python-packaging and python2-packaging are already in the depends array. These require python-six and python2-six.

Loading...