Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d8567f

Browse files
committedMar 3, 2025·
sonic-yang-models: drop libyang1 dependency
no longer needed
1 parent c851619 commit 4d8567f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎rules/sonic-yang-models-py3.mk

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
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
4-
$(SONIC_YANG_MODELS_PY3)_DEBS_DEPENDS = $(LIBYANG) $(LIBYANG_CPP) \
5-
$(LIBYANG_PY3) \
6-
$(LIBYANG3) \
4+
$(SONIC_YANG_MODELS_PY3)_DEBS_DEPENDS = $(LIBYANG3) \
75
$(LIBYANG3_PY3)
86

97
SONIC_PYTHON_WHEELS += $(SONIC_YANG_MODELS_PY3)

0 commit comments

Comments
 (0)
Please sign in to comment.