Skip to content

Commit cfb4e3d

Browse files
committed
sonic-yang-models: add dependency on libyang3-py3 (unused)
We need to force libyang3-py3 to be built and tested, and confirm it can properly co-exist with libyang1 and its python bindings. Its currently not used, but will be in a followup.
1 parent f7bd07a commit cfb4e3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rules/sonic-yang-models-py3.mk

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ SONIC_YANG_MODELS_PY3 = sonic_yang_models-1.0-py3-none-any.whl
22
$(SONIC_YANG_MODELS_PY3)_SRC_PATH = $(SRC_PATH)/sonic-yang-models
33
$(SONIC_YANG_MODELS_PY3)_PYTHON_VERSION = 3
44
$(SONIC_YANG_MODELS_PY3)_DEBS_DEPENDS = $(LIBYANG) $(LIBYANG_CPP) \
5-
$(LIBYANG_PY3)
5+
$(LIBYANG_PY3) \
6+
$(LIBYANG3) \
7+
$(LIBYANG3_PY3)
68

79
SONIC_PYTHON_WHEELS += $(SONIC_YANG_MODELS_PY3)
810
export SONIC_YANG_MODELS_PY3

0 commit comments

Comments
 (0)