kumquat-buildroot/package/python-cssutils/Config.in
James Hilliard 414fa84844 package/python-cssutils: bump to version 2.3.0
Drop python2 support.

Add new host-python-setuptools-scm dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-02-02 11:17:57 +01:00

9 lines
227 B
Plaintext

config BR2_PACKAGE_PYTHON_CSSUTILS
bool "python-cssutils"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
help
A CSS Cascading Style Sheets library for Python.
http://cthedot.de/cssutils/