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 <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2020-12-25 23:49:19 +01:00 committed by Peter Korsgaard
parent 13c6f833d2
commit 039dd5b863

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_PYTHON_PYCUPS config BR2_PACKAGE_PYTHON_PYCUPS
bool "python-pycups" bool "python-pycups"
depends on BR2_PACKAGE_CUPS depends on BR2_PACKAGE_CUPS
depends on BR2_PACKAGE_PYTHON3
help help
Python bindings for libcups. Python bindings for libcups.