[Buildroot] [git commit] package/python-cbor2: needs host-python-setuptools-scm

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 15 19:36:28 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=ef766f56dc76f6c87830844bb60a60ae03c60db8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
  http://autobuild.buildroot.net/results/124e1e628c78449fbaa027d74ab871b36d782343/

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-cbor2/python-cbor2.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-cbor2/python-cbor2.mk b/package/python-cbor2/python-cbor2.mk
index d504e33d2d..d0cee7e941 100644
--- a/package/python-cbor2/python-cbor2.mk
+++ b/package/python-cbor2/python-cbor2.mk
@@ -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))


More information about the buildroot mailing list