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.
8 lines
301 B
Makefile
8 lines
301 B
Makefile
# sonic-ledd (SONiC Front-panel LED control daemon) Debian package
|
|
|
|
SONIC_LEDD = sonic_ledd-1.1-py2-none-any.whl
|
|
$(SONIC_LEDD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-ledd
|
|
$(SONIC_LEDD)_DEPENDS = $(SONIC_PY_COMMON_PY2)
|
|
$(SONIC_LEDD)_PYTHON_VERSION = 2
|
|
SONIC_PYTHON_WHEELS += $(SONIC_LEDD)
|