Bug 13111 - python-gunicorn: missing dependency on python-setuptools
Summary: python-gunicorn: missing dependency on python-setuptools
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2020.05
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-22 09:14 UTC by Hagen Schendel
Modified: 2020-08-13 21:05 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ?