Source: pyclipper
Severity: normal

Dear Maintainer,

python3-unittest2 is being removed from Debian
it was a backport of "unittest" to Python2.

Upstream source will handle this just fine,
one only need to tweak debian/control.

Upstream (old but ok):
>try:
>  from unittest2 import TestCase, main
>except ImportError:
>  from unittest import TestCase, main

Greetings

Reply via email to