All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.