From 2a2a21816f79de813242c8c7ea760e94d0c4829b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jul 03 2017 13:25:01 +0000 Subject: setup.py: more info on chardet dependency So we don't lose track of this issue over time. --- diff --git a/setup.py b/setup.py index b86affa..787817a 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,8 @@ setup( long_description=LONG_DESCRIPTION, scripts=['bin/debrepodiff'], # chardet is actually a dependency of python-debian, but the package is - # poorly formed. + # poorly formed. https://bugs.debian.org/858906 is fixed in the + # upcoming python-debian v0.1.30. install_requires=['python-debian', 'chardet'], tests_require=['pytest', 'pytest-flake8'], cmdclass={'test': PyTest, 'release': ReleaseCommand},