summaryrefslogtreecommitdiffstats
path: root/package/python-daemon/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-09-21 15:40:44 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-21 20:51:38 +0200
commit9953d5e3110b5915d155a606ba38538c68f2161f (patch)
tree42cfadfb0267e452b3afab49923eb3d41241e141 /package/python-daemon/Config.in
parent688cff67b82db71e482f32edf12133e75aa4b264 (diff)
downloadbuildroot-9953d5e3110b5915d155a606ba38538c68f2161f.tar.gz
buildroot-9953d5e3110b5915d155a606ba38538c68f2161f.zip
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>
Diffstat (limited to 'package/python-daemon/Config.in')
-rw-r--r--package/python-daemon/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-daemon/Config.in b/package/python-daemon/Config.in
index 8b6dcc05ed..21f4407452 100644
--- a/package/python-daemon/Config.in
+++ b/package/python-daemon/Config.in
@@ -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.
OpenPOWER on IntegriCloud