package/python-cbor2: needs host-python-setuptools-scm
authorAsaf Kahlon <asafka7@gmail.com>
Tue, 14 Apr 2020 06:59:15 +0000 (09:59 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 15 Apr 2020 19:36:28 +0000 (21:36 +0200)
Fixes:
  http://autobuild.buildroot.net/results/124e1e628c78449fbaa027d74ab871b36d782343/

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-cbor2/python-cbor2.mk

index d504e33d2d434a5231bea73cb99c14beba5a72b7..d0cee7e941d45e19ddccf18502e2b8949d1e4ea4 100644 (file)
@@ -10,5 +10,6 @@ PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/3e/2c/188d040bd4cf99
 PYTHON_CBOR2_SETUP_TYPE = setuptools
 PYTHON_CBOR2_LICENSE = MIT
 PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
+PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
 
 $(eval $(python-package))