Bug 13111

Summary: python-gunicorn: missing dependency on python-setuptools
Product: buildroot Reporter: Hagen Schendel <buildroot>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2020.05   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Hagen Schendel 2020-07-22 09:14:44 UTC
gunicorn does not start if package python-setuptools is not installed.
Adding a select BR2_PACKAGE_PYTHON_SETUPTOOLS fixes this.
Comment 1 Thomas Petazzoni 2020-07-22 09:57:26 UTC
Thanks! Could you send a patch to the mailing list to fix this ?