9953d5e311
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>
15 lines
530 B
Makefile
15 lines
530 B
Makefile
################################################################################
|
|
#
|
|
# python-daemon
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DAEMON_VERSION = 2.1.1
|
|
PYTHON_DAEMON_SITE = https://pypi.python.org/packages/source/p/python-daemon
|
|
PYTHON_DAEMON_LICENSE = Apache-2.0 (library), GPLv3+ (test, build)
|
|
PYTHON_DAEMON_LICENSE_FILES = LICENSE.ASF-2 LICENSE.GPL-3
|
|
PYTHON_DAEMON_SETUP_TYPE = setuptools
|
|
PYTHON_DAEMON_DEPENDENCIES = host-python-docutils
|
|
|
|
$(eval $(python-package))
|