Package: python3-wand
Severity: serious
Version: 0.3.9-1
Hello,
In current sid, at least in a minimal chroot, this module is broken:
# apt-get install -y python3-wand
# python3 -c 'import wand.image'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/wand/image.py", line 21, in <module>
from .color import Color
File "/usr/lib/python3/dist-packages/wand/color.py", line 12, in <module>
from .version import QUANTUM_DEPTH
File "/usr/lib/python3/dist-packages/wand/version.py", line 95, in <module>
*map(int, MAGICK_RELEASE_DATE_STRING.split('-')))
TypeError: Required argument 'month' (pos 2) not found
This must have happened relatively recently. This is spotted by
autopkgtest's testsuite, and Lukas just reported that it's now failing
(#841548). It was still working on October 7 when I did the last
upload.
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)