[Buildroot] [git commit] package/python-pycups: needs python3

Peter Korsgaard peter at korsgaard.com
Sun Dec 27 13:10:37 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=039dd5b8633625a400807a10e4f04c03be6e3343
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-pycups/Config.in | 1 +
 1 file changed, 1 insertion(+)

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.
 


More information about the buildroot mailing list