Skip to content

Commit f15060e

Browse files
committed
sonic-config-engine: update dependencies for libyang3
infact, we shouldn't directly depend on libyang3 or libyang3_py3 at at all as we don't call into libyang. We should trust the dependencies. sonic-yang-mgmt which we depend on pulls the proper libyang3 version in.
1 parent 6e37b4b commit f15060e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rules/sonic-config.mk

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ $(SONIC_CONFIG_ENGINE_PY3)_SRC_PATH = $(SRC_PATH)/sonic-config-engine
1616
$(SONIC_CONFIG_ENGINE_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \
1717
$(SONIC_YANG_MGMT_PY3) \
1818
$(SONIC_YANG_MODELS_PY3)
19-
$(SONIC_CONFIG_ENGINE_PY3)_DEBS_DEPENDS += $(LIBYANG) \
20-
$(LIBYANG_CPP) \
21-
$(LIBYANG_PY3) \
22-
$(PYTHON3_SWSSCOMMON)
19+
$(SONIC_CONFIG_ENGINE_PY3)_DEBS_DEPENDS += $(PYTHON3_SWSSCOMMON)
2320
ifeq ($(ENABLE_PY2_MODULES), y)
2421
# Synthetic dependency to avoid building the Python 2 and 3 packages
2522
# simultaneously and any potential conflicts which may arise

0 commit comments

Comments
 (0)