[Buildroot] [git commit] python-singledispatch: add missing runtime dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu May 5 20:55:32 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=0074622162cc4d53a60f296ba68e79cd9dd460ec
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

setup.py mentions python-six as required.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/python-singledispatch/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-singledispatch/Config.in b/package/python-singledispatch/Config.in
index 192e516..4abc219 100644
--- a/package/python-singledispatch/Config.in
+++ b/package/python-singledispatch/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PYTHON_SINGLEDISPATCH
 	bool "python-singledispatch"
 	depends on BR2_PACKAGE_PYTHON
+	select BR2_PACKAGE_PYTHON_SIX # runtime
 	help
 	  This library brings functools.singledispatch from
 	  Python 3.4 to Python 2.6-3.3


More information about the buildroot mailing list