Skip to content

Commit 3d01af7

Browse files
committed
sonic-yang-models: drop libyang1 dependency
1 parent 03618e4 commit 3d01af7

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)