From: Fabrice Fontaine Date: Fri, 25 Dec 2020 22:49:19 +0000 (+0100) Subject: package/python-pycups: needs python3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=039dd5b8633625a400807a10e4f04c03be6e3343;p=buildroot.git package/python-pycups: needs python3 As stated in README: Python 3 or later is required since Python 2 is unsupported since 2020-01-01. Fixes: - http://autobuild.buildroot.org/results/3c8db83a2d1ae094fc718947a508e35e940121ce Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- diff --git a/package/python-pycups/Config.in b/package/python-pycups/Config.in index eeaf70c9e6..61c2ba21d1 100644 --- a/package/python-pycups/Config.in +++ b/package/python-pycups/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PYTHON_PYCUPS bool "python-pycups" depends on BR2_PACKAGE_CUPS + depends on BR2_PACKAGE_PYTHON3 help Python bindings for libcups.