package/python-daemon: select python-lockfile
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>
This commit is contained in:
parent
e5cc2ac91d
commit
8995f59918
@ -1,6 +1,7 @@
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user