Skip to content

Commit 77abbae

Browse files
judyjosephmlok-nokia
authored andcommitted
Add explicit dependency on sonic_platform_common (sonic-net#13446)
Why I did it Add explicit dependency on sonic_platform_common in sonic-chassisd mk. This was needed because sonic-chassisd depends on sonic-platform-base which is present in sonic-platform-common wheel package. How I did it Add explicit dependency on sonic_platform_common in sonic-chassisd mk. How to verify it Verified by building all platforms broadcom, mellanox, marvel_arm
1 parent 9680d2c commit 77abbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/sonic-chassisd.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SONIC_CHASSISD_PY3 = sonic_chassisd-1.0-py3-none-any.whl
44
$(SONIC_CHASSISD_PY3)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-chassisd
5-
$(SONIC_CHASSISD_PY3)_DEPENDS = $(SONIC_PY_COMMON_PY3)
5+
$(SONIC_CHASSISD_PY3)_DEPENDS = $(SONIC_PY_COMMON_PY3) $(SONIC_PLATFORM_COMMON_PY3)
66
$(SONIC_CHASSISD_PY3)_DEBS_DEPENDS = $(LIBSWSSCOMMON) $(PYTHON3_SWSSCOMMON)
77
$(SONIC_CHASSISD_PY3)_PYTHON_VERSION = 3
88
SONIC_PYTHON_WHEELS += $(SONIC_CHASSISD_PY3)

0 commit comments

Comments
 (0)