FS#37708 - python-irc should depend on python-six
Attached to Project:
Community Packages
Opened by Scott Lawrence (srl) - Saturday, 09 November 2013, 14:37 GMT
Last edited by Kyle Keen (keenerd) - Saturday, 09 November 2013, 15:11 GMT
Opened by Scott Lawrence (srl) - Saturday, 09 November 2013, 14:37 GMT
Last edited by Kyle Keen (keenerd) - Saturday, 09 November 2013, 15:11 GMT
|
Details
python-irc 8.5.1-1 does not depend on python-six (1.4.1-1),
but it does use python-six, e.g.:
File "/usr/lib/python3.3/site-packages/irc/client.py", line 66, in <module> import six ImportError: No module named 'six' |
This task depends upon
Closed by Kyle Keen (keenerd)
Saturday, 09 November 2013, 15:11 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in python-irc-8.5.3-1
Saturday, 09 November 2013, 15:11 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in python-irc-8.5.3-1
Comment by Kyle Keen (keenerd) -
Saturday, 09 November 2013, 15:03 GMT
Right you are. I was only testing "import irc" (does work) and
should have been testing "import irc.bot" (does not work).
Fixing...