mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
8995f59918
python-lockfile is needed for runtime. Without it, importing python-daemon results in an import error. Signed-off-by: Adam Duskett <aduskett@greenlots.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
config BR2_PACKAGE_PYTHON_DAEMON
|
|
bool "python-daemon"
|
|
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
|
|
select BR2_PACKAGE_PYTHON_LOCKFILE # runtime
|
|
help
|
|
Library to implement a well-behaved Unix daemon process.
|
|
|
|
https://pypi.python.org/pypi/python-daemon/
|