The readme states:
No external dependency (stdlib only).
But decorator is declared as a required dependency, it is not optional.
If I install retry2 (or the original retry) in a fresh venv, decorator is automatically dragged in.
I don't know this pbr tool, but as far as I understand, it copies over requirements.txt as install_requires