31848ba595
python-setuptools-scm dropped python 2 support sincef0be71fbcf
resulting in the following build failure since bump to version 6.3.2 in commit12e3527fd9
: /buildroot/autobuild/instance-2/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-2/output-1/host/bin/python setup.py build ) File "setup.py", line 22 f"{type(self).__name__} is forbidden, " ^ Fixes: - http://autobuild.buildroot.org/results/2f6125993de364b4a44d259f16806e6dfd792402 With python 2 support dropped, python-backports-functools-lru-cache can no longer be built, so drop it. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
config BR2_PACKAGE_PYTHON_XLIB
|
|
bool "python-xlib"
|
|
depends on BR2_PACKAGE_PYTHON3 # host-python-setuptools-scm
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
XLib in pure Python (Py2/Py3 compatible)
|
|
|
|
https://github.com/python-xlib/python-xlib
|