From: Yegor Yefremov Date: Wed, 4 May 2016 08:44:43 +0000 (+0200) Subject: python-singledispatch: add missing runtime dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0074622162cc4d53a60f296ba68e79cd9dd460ec;p=buildroot.git python-singledispatch: add missing runtime dependency setup.py mentions python-six as required. Signed-off-by: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- 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