Commit 026954ca authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

python-itsdangerous: needs python zlib support

parent b2b538bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_ITSDANGEROUS
	bool "python-itsdangerous"
	select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
	select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
	help
	  Itsdangerous contains various helpers to pass data to
	  untrusted environments and to get it back safe and sound.