[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1058979: pyclipper: please remove extraneous dependency on python3-unittest2



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 to: