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:
Adam Duskett 2019-11-25 11:38:50 -08:00 committed by Thomas Petazzoni
parent e5cc2ac91d
commit 8995f59918

View File

@ -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.