package/python-pycups: needs python3
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 25 Dec 2020 22:49:19 +0000 (23:49 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 27 Dec 2020 13:10:37 +0000 (14:10 +0100)
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@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-pycups/Config.in

index eeaf70c9e63b802ba38a9d169a66a4abe780d5e8..61c2ba21d126c998f43249090fa4803b7c71ef52 100644 (file)
@@ -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.