#1011593 RM: colorclass -- ROM; leaf package, no longer needed

#1011593#5
Date:
2022-05-24 23:19:19 UTC
From:
To:
I packaged this Python library as a dependency for an ITP that I eventually
dropped because of its large number of dependencies. I files an RFA for
colorclass a long time ago (#929658) and emailed the team list but have had no
takers. There are no reverse dependencies, so I think we should rm colorclass.

#1011593#10
Date:
2022-06-25 09:44:00 UTC
From:
To:
Hi Carl,

there is a reverse dependency that needs to be taken care of:

Checking reverse dependencies...
# Broken Build-Depends:
terminaltables: python3-colorclass



This needs to be addressed first. Please remove the moreinfo tag once
that is done.

   Thorsten

#1011593#17
Date:
2022-06-28 23:20:31 UTC
From:
To:
reopen 929658
thanks

Hi Thorsten,

Thanks; I'd neglected to check build dependencies. terminaltables is designed to work with colorclass, and so uses it in its tests and examples.

In this case it makes sense for terminaltables and colorclass to be taken care of together, so I'll close this RM request in favour of the previous RFA I had opened.

Carl