kumquat-buildroot/package/python-xlib/Config.in
Fabrice Fontaine 31848ba595 package/python-setuptools-scm: needs python3
python-setuptools-scm dropped python 2 support since
f0be71fbcf
resulting in the following build failure since bump to version 6.3.2 in
commit 12e3527fd9:

/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>
2022-01-09 14:09:08 +01:00

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