6132ae34fe
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. ledd and psud were converted in earlier PRs. This PR converts the remainder: - pcied - syseepromd - thermalctld - xcvrd
8 lines
345 B
Makefile
8 lines
345 B
Makefile
# sonic-syseepromd (SONiC Syseeprom gathering daemon) Debian package
|
|
|
|
SONIC_SYSEEPROMD = sonic_syseepromd-1.0-py2-none-any.whl
|
|
$(SONIC_SYSEEPROMD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-syseepromd
|
|
$(SONIC_SYSEEPROMD)_DEPENDS = $(SONIC_PY_COMMON_PY2)
|
|
$(SONIC_SYSEEPROMD)_PYTHON_VERSION = 2
|
|
SONIC_PYTHON_WHEELS += $(SONIC_SYSEEPROMD)
|