Source: python-pyftpdlib
Version: 1.5.7-3
Severity: important

Dear Maintainer,

python3-unittest2 is/was a backport of Python3 standard library "unittest" to 
Python2.

There are still some 'crumbs' of it floating in the repository,
but nothing unpatchable.

Hopefully Upstream would have cleaned up for you
and only thing to handle is debian/control.

Greetings,



$ grep unittest2 -r

pyftpdlib/test/__init__.py:    import unittest2 as unittest  # requires "pip 
install unittest2"
debian/control:               python3-unittest2,
Makefile:       unittest2


Looks harmless ("winmake", "python.exe"):

appveyor.yml:  - "%WITH_COMPILER% %PYTHON%/python.exe -m pip install --upgrade 
unittest2 mock ipaddress pypiwin32 wmi pyopenssl psutil"
scripts/internal/winmake.py:    DEPS.append('unittest2')
HISTORY.rst:- #285: test suite requires unittest2 module on python < 2.7.

Reply via email to