[sonic-utilities] Depend on sonic-platform-common (#6703)

sonic-utilities will become dependent upon sonic-platform-common as of Azure/sonic-utilities#1386.
This commit is contained in:
Joe LeVeque 2021-02-06 13:35:19 -08:00 committed by Guohan Lu
parent a73ef876fe
commit 7499434a10

View File

@ -6,6 +6,7 @@ $(SONIC_UTILITIES_PY3)_PYTHON_VERSION = 3
$(SONIC_UTILITIES_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \ $(SONIC_UTILITIES_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \
$(SWSSSDK_PY3) \ $(SWSSSDK_PY3) \
$(SONIC_CONFIG_ENGINE_PY3) \ $(SONIC_CONFIG_ENGINE_PY3) \
$(SONIC_PLATFORM_COMMON_PY3) \
$(SONIC_YANG_MGMT_PY3) \ $(SONIC_YANG_MGMT_PY3) \
$(SONIC_YANG_MODELS_PY3) $(SONIC_YANG_MODELS_PY3)
$(SONIC_UTILITIES_PY3)_DEBS_DEPENDS = $(LIBYANG) \ $(SONIC_UTILITIES_PY3)_DEBS_DEPENDS = $(LIBYANG) \