Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
config BR2_PACKAGE_PYTHON_DOTENV
|
|
bool "python-dotenv"
|
|
help
|
|
Read key-value pairs from a .env file and set them as
|
|
environment variables.
|
|
|
|
https://github.com/theskumar/python-dotenv
|