414fa84844
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>
9 lines
227 B
Plaintext
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/
|