mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-25 16:22:58 +01:00
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
config BR2_PACKAGE_PYTHON_PREMAILER
|
|
bool "python-premailer"
|
|
select BR2_PACKAGE_PYTHON_CACHETOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_CSSSELECT # runtime
|
|
select BR2_PACKAGE_PYTHON_CSSUTILS # runtime
|
|
select BR2_PACKAGE_PYTHON_LXML # runtime
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
help
|
|
Turns CSS blocks into style attributes.
|
|
|
|
http://github.com/peterbe/premailer
|