mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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
|
config BR2_PACKAGE_PYTHON_DAEMON
|
||||||
bool "python-daemon"
|
bool "python-daemon"
|
||||||
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
|
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
|
||||||
|
select BR2_PACKAGE_PYTHON_LOCKFILE # runtime
|
||||||
help
|
help
|
||||||
Library to implement a well-behaved Unix daemon process.
|
Library to implement a well-behaved Unix daemon process.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user