package/python-gunicorn: select python-setuptools
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 10 Aug 2020 08:59:20 +0000 (10:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 13 Aug 2020 21:04:06 +0000 (23:04 +0200)
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>
package/python-gunicorn/Config.in

index 518157bf93690dd947a6e8d39bed793c98e36478..b3d11cf199fee24b27f62388921e46b95c0f7c10 100644 (file)
@@ -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