Commit 7b1393a0 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

python-tornado: add zlib run-time dependency

parent 8cc0bf0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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.