You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
261 B
8 lines
261 B
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.
|
|
|
|
https://pypi.python.org/pypi/python-daemon/
|
|
|