From 0074622162cc4d53a60f296ba68e79cd9dd460ec Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 4 May 2016 10:44:43 +0200 Subject: [PATCH] python-singledispatch: add missing runtime dependency setup.py mentions python-six as required. Signed-off-by: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- 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 192e516ba0..4abc219f95 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 -- 2.30.2