New comment by kartikynwa on void-packages repository https://github.com/void-linux/void-packages/pull/40928#issuecomment-1340395214 Comment: @ahesford Needs two more changes: - backblaze-b2 should have python3-tqdm in depends - backblaze-b2 needs this patch: https://github.com/Backblaze/B2_Command_Line_Tool/pull/836/files (only the change to console_tool.py is required) After these the package works fine. I have tried login, ls, download and upload. All working great. Thanks for your work. BTW do you know why I faced this problem? > complains that it needs to .git folder to get the version number In your PR I see that you changed the hostmakedepends to setuptools_scm which I already tried. Apart from that is changing the source from github to pypi enough? I thought of trying that too but the pypi tarball also did not have a .git folder in it.