File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55SONIC_THERMALCTLD_PY2 = sonic_thermalctld-1.0-py2-none-any.whl
66$(SONIC_THERMALCTLD_PY2)_SRC_PATH = $(SRC_PATH ) /sonic-platform-daemons/sonic-thermalctld
7- $(SONIC_THERMALCTLD_PY2)_DEPENDS = $(SONIC_PY_COMMON_PY2 )
7+ $(SONIC_THERMALCTLD_PY2)_DEPENDS = $(SONIC_PY_COMMON_PY2 ) $( SONIC_PLATFORM_COMMON_PY2 )
88$(SONIC_THERMALCTLD_PY2)_DEBS_DEPENDS = $(LIBSWSSCOMMON ) $(PYTHON_SWSSCOMMON )
99$(SONIC_THERMALCTLD_PY2)_PYTHON_VERSION = 2
1010SONIC_PYTHON_WHEELS += $(SONIC_THERMALCTLD_PY2 )
@@ -13,7 +13,7 @@ SONIC_PYTHON_WHEELS += $(SONIC_THERMALCTLD_PY2)
1313
1414SONIC_THERMALCTLD_PY3 = sonic_thermalctld-1.0-py3-none-any.whl
1515$(SONIC_THERMALCTLD_PY3)_SRC_PATH = $(SRC_PATH ) /sonic-platform-daemons/sonic-thermalctld
16- $(SONIC_THERMALCTLD_PY3)_DEPENDS = $(SONIC_PY_COMMON_PY3 ) $(SONIC_THERMALCTLD_PY2 )
16+ $(SONIC_THERMALCTLD_PY3)_DEPENDS = $(SONIC_PY_COMMON_PY3 ) $(SONIC_PLATFORM_COMMON_PY3 ) $( SONIC_THERMALCTLD_PY2 )
1717$(SONIC_THERMALCTLD_PY3)_DEBS_DEPENDS = $(LIBSWSSCOMMON ) $(PYTHON3_SWSSCOMMON )
1818$(SONIC_THERMALCTLD_PY3)_PYTHON_VERSION = 3
1919SONIC_PYTHON_WHEELS += $(SONIC_THERMALCTLD_PY3 )
You can’t perform that action at this time.
0 commit comments