package/python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS
authorAsaf Kahlon <asafka7@gmail.com>
Fri, 2 Nov 2018 08:53:40 +0000 (10:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 2 Nov 2018 18:20:11 +0000 (19:20 +0100)
The django-admin cli tool is loaded as entry point with pkg_resources,
which is provided by setuptools.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-django/Config.in

index 89dec8e17a31c6acb7522423376a13aa4c63a2be..0a2e308d31146fe558c47fd6e59199083ba41249 100644 (file)
@@ -4,6 +4,7 @@ config BR2_PACKAGE_PYTHON_DJANGO
        select BR2_PACKAGE_PYTHON3_UNICODEDATA
        select BR2_PACKAGE_PYTHON3_PYEXPAT
        select BR2_PACKAGE_PYTHON_PYTZ # runtime
+       select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
        help
          Django is a high-level Python Web framework that encourages
          rapid development and clean, pragmatic design. It takes your