Closed
Description
Since august, bitbucket for reporlab is not working anymore (see link in reportlab recipe init.py). I'm not an expert with recipes, but I think that we need to updated the url link with github mirror: https://github.com/MrBitBucket/reportlab-mirror/.
possible solution:
to change in init.py:
version = 'c088826211ca'
url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'
to:
version = '???' #I don't know the version in bitbucket
url = 'https://github.com/MrBitBucket/reportlab-mirror/ReportLab_{version}.tar.gz'
Metadata
Metadata
Assignees
Labels
No labels