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
274 B
Makefile
7 lines
274 B
Makefile
# sonic-pcied (SONiC PCIe Monitor daemon) Debian package
|
|
|
|
SONIC_PCIED = python-sonic-pcied_1.0-1_all.deb
|
|
$(SONIC_PCIED)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-pcied
|
|
$(SONIC_PCIED)_WHEEL_DEPENDS = $(SONIC_PY_COMMON_PY2)
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_PCIED)
|