mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
python-daemon: add missing dependencies
python-daemon package mentions python-docutils in both setup_requires and instal_requires fields. So add related dependencies. Fixes: http://autobuild.buildroot.net/results/0c3/0c3866038f7c40888e5e440f7a720fc614a6b1ba/ http://autobuild.buildroot.net/results/5d8/5d817bddeff5bb49ed31c6a1d111974c358ef96c/ and many more. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
688cff67b8
commit
9953d5e311
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_DAEMON
|
||||
bool "python-daemon"
|
||||
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
|
||||
help
|
||||
Library to implement a well-behaved Unix daemon process.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user