py3-humanize requires py3-setuptools as runtime dependency
Dependency: https://github.com/jmoiron/humanize/blob/3.3.0/setup.cfg#L36
Import: https://github.com/jmoiron/humanize/blob/3.3.0/src/humanize/__init__.py#L2
Use: https://github.com/jmoiron/humanize/blob/3.3.0/src/humanize/__init__.py#L23
We can either:
- Patch the setup.cfg and hard-code the version or
- Add py3-setuptools to runtime dependency: depends="python3 " or
- Update the package to later/latest version