FS#41959 - [python2-tox] requires python2-setuptools

Attached to Project: Community Packages
Opened by Simon Kohlmeyer (voyd) - Saturday, 13 September 2014, 13:30 GMT
Last edited by Felix Yan (felixonmars) - Saturday, 13 September 2014, 16:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python2-tox is missing a dependency on python2-setuptools

Additional info:
* package version(s): community/python2-tox 1.7.2-3


Steps to reproduce:
* Make sure python2-setuptools is not installed
* Install python2-tox
* Run `tox2 --help`

Expected Result: help message shown
Actual Result:
voyd@tasse> tox2 --help
Traceback (most recent call last):
File "/usr/bin/tox2", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
This task depends upon

Closed by  Felix Yan (felixonmars)
Saturday, 13 September 2014, 16:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.7.2-4

Loading...