2
1
Эх сурвалжийг харах

python-tornado: add zlib run-time dependency

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yegor Yefremov 10 жил өмнө
parent
commit
7b1393a04a

+ 1 - 0
package/python-tornado/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PYTHON_TORNADO
 config BR2_PACKAGE_PYTHON_TORNADO
 	bool "python-tornado"
 	bool "python-tornado"
 	depends on BR2_PACKAGE_PYTHON
 	depends on BR2_PACKAGE_PYTHON
+	select BR2_PACKAGE_PYTHON_ZLIB
 	help
 	help
 	  Tornado is a Python web framework and asynchronous networking
 	  Tornado is a Python web framework and asynchronous networking
 	  library, originally developed at FriendFeed.
 	  library, originally developed at FriendFeed.