c3202d8982
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.
8 lines
281 B
Makefile
8 lines
281 B
Makefile
# sonic-psud (SONiC PSU daemon) Debian package
|
|
|
|
SONIC_PSUD = sonic_psud-1.0-py2-none-any.whl
|
|
$(SONIC_PSUD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-psud
|
|
$(SONIC_PSUD)_DEPENDS = $(SONIC_PY_COMMON_PY2)
|
|
$(SONIC_PSUD)_PYTHON_VERSION = 2
|
|
SONIC_PYTHON_WHEELS += $(SONIC_PSUD)
|