Skip to content

community/gcovr: depend on py3-setuptools

Simon Ser requested to merge gcovr-setuptools into master

The main python3 script in /usr/bin imports the pkg_resources module, so we need py3-setuptools. Otherwise this error is raised:

ModuleNotFoundError: No module named 'pkg_resources'

A similar patch has been committed for community/glances: alpine/aports@54eef977

Merge request reports