From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS
Date: Fri, 2 Nov 2018 10:53:40 +0200 [thread overview]
Message-ID: <20181102085341.29421-2-asafka7@gmail.com> (raw)
In-Reply-To: <20181102085341.29421-1-asafka7@gmail.com>
The django-admin cli tool is loaded as entry point with
pkg_resources, which is included in setuptools.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-django/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-django/Config.in b/package/python-django/Config.in
index 89dec8e17a..0a2e308d31 100644
--- a/package/python-django/Config.in
+++ b/package/python-django/Config.in
@@ -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
--
2.19.1
next prev parent reply other threads:[~2018-11-02 8:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-02 8:53 [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Asaf Kahlon
2018-11-02 8:53 ` Asaf Kahlon [this message]
2018-11-02 8:55 ` [Buildroot] [PATCH 1/1] python-django: select BR2_PACKAGE_PYTHON_SETUPTOOLS Yegor Yefremov
2018-11-02 18:20 ` Thomas Petazzoni
2018-11-02 8:53 ` [Buildroot] [PATCH 1/1] python-pip: bump to version 18.1 Asaf Kahlon
2018-11-02 8:55 ` Yegor Yefremov
2018-11-02 18:21 ` Thomas Petazzoni
2018-11-02 8:55 ` [Buildroot] [PATCH 1/1] python-cython: write full package name on .mk title Yegor Yefremov
2018-11-02 18:19 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181102085341.29421-2-asafka7@gmail.com \
--to=asafka7@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox