* [Buildroot] [git commit] python-tornado: add zlib run-time dependency
@ 2014-11-18 7:39 Peter Korsgaard
2014-11-18 9:13 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2014-11-18 7:39 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=7b1393a04aa928cc9a5d2b5efd7d83bea7f5757b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/python-tornado/Config.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/python-tornado/Config.in b/package/python-tornado/Config.in
index c127d0e..870a3de 100644
--- a/package/python-tornado/Config.in
+++ b/package/python-tornado/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_PYTHON_TORNADO
bool "python-tornado"
depends on BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON_ZLIB
help
Tornado is a Python web framework and asynchronous networking
library, originally developed at FriendFeed.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [git commit] python-tornado: add zlib run-time dependency
2014-11-18 7:39 [Buildroot] [git commit] python-tornado: add zlib run-time dependency Peter Korsgaard
@ 2014-11-18 9:13 ` Thomas Petazzoni
2014-11-18 9:20 ` Yegor Yefremov
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2014-11-18 9:13 UTC (permalink / raw)
To: buildroot
Dear Peter Korsgaard,
On Tue, 18 Nov 2014 08:39:25 +0100, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=7b1393a04aa928cc9a5d2b5efd7d83bea7f5757b
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/python-tornado/Config.in | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/package/python-tornado/Config.in b/package/python-tornado/Config.in
> index c127d0e..870a3de 100644
> --- a/package/python-tornado/Config.in
> +++ b/package/python-tornado/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_PYTHON_TORNADO
> bool "python-tornado"
> depends on BR2_PACKAGE_PYTHON
> + select BR2_PACKAGE_PYTHON_ZLIB
Shouldn't we indicate a comment here that says it's a runtime
dependency?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [git commit] python-tornado: add zlib run-time dependency
2014-11-18 9:13 ` Thomas Petazzoni
@ 2014-11-18 9:20 ` Yegor Yefremov
0 siblings, 0 replies; 3+ messages in thread
From: Yegor Yefremov @ 2014-11-18 9:20 UTC (permalink / raw)
To: buildroot
On Tue, Nov 18, 2014 at 10:13 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Peter Korsgaard,
>
> On Tue, 18 Nov 2014 08:39:25 +0100, Peter Korsgaard wrote:
>> commit: http://git.buildroot.net/buildroot/commit/?id=7b1393a04aa928cc9a5d2b5efd7d83bea7f5757b
>> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>>
>> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
>> ---
>> package/python-tornado/Config.in | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/package/python-tornado/Config.in b/package/python-tornado/Config.in
>> index c127d0e..870a3de 100644
>> --- a/package/python-tornado/Config.in
>> +++ b/package/python-tornado/Config.in
>> @@ -1,6 +1,7 @@
>> config BR2_PACKAGE_PYTHON_TORNADO
>> bool "python-tornado"
>> depends on BR2_PACKAGE_PYTHON
>> + select BR2_PACKAGE_PYTHON_ZLIB
>
> Shouldn't we indicate a comment here that says it's a runtime
> dependency?
I'm working on bumping tornado to 4.x version and would add this
comment, when I'm finished.
Yegor
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-18 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 7:39 [Buildroot] [git commit] python-tornado: add zlib run-time dependency Peter Korsgaard
2014-11-18 9:13 ` Thomas Petazzoni
2014-11-18 9:20 ` Yegor Yefremov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.