community/py3-build: add missing dependency
when trying to run python3 -m build
, it errors out with:
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 146, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
__import__(pkg_name)
File "/usr/lib/python3.10/site-packages/build/__init__.py", line 36, in <module>
import pep517.wrappers
ModuleNotFoundError: No module named 'pep517'
judging by the source code, it's a required dependency