fc9e97fc3d
As part of migrating all Python-based package installers to wheel format rather than Debian packages. Also to allow for easily building a Python 3 version of the package in the near future. - Also remove some references to sonic-daemon-base which I previously missed and add missing sonic-py-common dependency for sonic-pcied.
7 lines
319 B
Makefile
7 lines
319 B
Makefile
# sonic-thermalctld (SONiC Thermal control daemon) Debian package
|
|
|
|
SONIC_THERMALCTLD = python-sonic-thermalctld_1.0-1_all.deb
|
|
$(SONIC_THERMALCTLD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-thermalctld
|
|
$(SONIC_THERMALCTLD)_WHEEL_DEPENDS = $(SONIC_PY_COMMON_PY2)
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_THERMALCTLD)
|