python-jaraco-classes: add missing dependency
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 27 Nov 2017 06:33:54 +0000 (07:33 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 27 Nov 2017 08:32:04 +0000 (09:32 +0100)
python-jaraco-classes needs host-python-setuptools-scm.

Fixes:
http://autobuild.buildroot.net/results/3a7000002b86663a56c0341d192f131a4a8f4936
http://autobuild.buildroot.net/results/553d6fdeb6ea5359b1c7d4eeb844da7a588f02e7

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-jaraco-classes/python-jaraco-classes.mk

index 4251452293d5695551fdca21f2ed540ed3a9ea77..c361e97a682327d7b36f416c9bcc6fc1dcf4ebaf 100644 (file)
@@ -10,5 +10,6 @@ PYTHON_JARACO_CLASSES_SITE = https://pypi.python.org/packages/b3/ce/031a6004619c
 PYTHON_JARACO_CLASSES_LICENSE = MIT
 PYTHON_JARACO_CLASSES_LICENSE_FILES = LICENSE
 PYTHON_JARACO_CLASSES_SETUP_TYPE = setuptools
+PYTHON_JARACO_CLASSES_DEPENDENCIES = host-python-setuptools-scm
 
 $(eval $(python-package))