We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c65f8 commit 707071eCopy full SHA for 707071e
rules/sonic-config.mk
@@ -16,10 +16,9 @@ $(SONIC_CONFIG_ENGINE_PY3)_SRC_PATH = $(SRC_PATH)/sonic-config-engine
16
$(SONIC_CONFIG_ENGINE_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \
17
$(SONIC_YANG_MGMT_PY3) \
18
$(SONIC_YANG_MODELS_PY3)
19
-$(SONIC_CONFIG_ENGINE_PY3)_DEBS_DEPENDS += $(LIBYANG) \
20
- $(LIBYANG_CPP) \
21
- $(LIBYANG_PY3) \
22
- $(PYTHON3_SWSSCOMMON)
+$(SONIC_CONFIG_ENGINE_PY3)_DEBS_DEPENDS += $(LIBYANG3) \
+ $(LIBYANG3_PY3) \
+ $(PYTHON3_SWSSCOMMON)
23
ifeq ($(ENABLE_PY2_MODULES), y)
24
# Synthetic dependency to avoid building the Python 2 and 3 packages
25
# simultaneously and any potential conflicts which may arise
0 commit comments