pmbootstrap needs py3-setuptools
when you install pmbootstrap on a fresh install of postmarketos, you get the following error when running pmbootstrap init
:
pinebookpro:~$ pmbootstrap init
Traceback (most recent call last):
File "/usr/bin/pmbootstrap", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
pinebookpro:~$ pmbootstrap init
Traceback (most recent call last):
File "/usr/bin/pmbootstrap", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
This error is fixed by installing py3-setuptools
. It might be worthwhile to add py3-setuptools
as a dependency for pmbootstrap.
I'd be happy to send the pull request if the maintainers agree this is a good change.