Python package betterproto is missing setuptools as a run time dependency
Steps To Reproduce the bug
[user@system:~]$ nix-shell --expr "((import <nixpkgs> {}).python3.withPackages (ps: with ps; [ betterproto ])).env"
[user@system:~]$ python -c "import betterproto"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/nix/store/09gzdmi5qriws5bv6g14l5ifikqvhjgs-python3-3.10.7-env/lib/python3.10/site-packages/betterproto/__init__.py", line 39, in <module>
from ._version import __version__
File "/nix/store/09gzdmi5qriws5bv6g14l5ifikqvhjgs-python3-3.10.7-env/lib/python3.10/site-packages/betterproto/_version.py", line 1, in <module>
from pkg_resources import get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
Python package betterproto is missing setuptools as a run time dependency
Steps To Reproduce the bug
Notify maintainers
@nikstur
Fix
This is my overlay.nix fixing the issue
Metadata
Give me some feedback if this is not properly reported, I'm a newbie when it comes to reporting issues