mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/python-gunicorn: select python-setuptools
Fixes:
- https://bugs.buildroot.org/show_bug.cgi?id=13111
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit f242f9bad9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
aa9b2b0abe
commit
3d5c530da5
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_GUNICORN
|
||||
bool "python-gunicorn"
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user