python-clint has been archived
Python clint has been archived https://github.com/kennethreitz/clint drop it as a dependency and find a replacement. It seems to be used in two palces
- https://gitlab.com/fdroid/fdroidserver/-/blob/master/makebuildserver#L15
- https://gitlab.com/fdroid/fdroidserver/-/blob/master/fdroidserver/deploy.py#L621
Perhaps it can be replaced with progress1bar https://pypi.org/project/progress1bar/ ?