package/python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS

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>
This commit is contained in:
Asaf Kahlon 2018-11-02 10:53:40 +02:00 committed by Thomas Petazzoni
parent 67726e25c1
commit df8a9ec20f

View 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