[build] Build/install sonic-ledd as a Python wheel package (#5168)

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.
This commit is contained in:
Joe LeVeque
2020-08-13 11:26:43 -07:00
committed by GitHub
parent e87de49ecb
commit fc9e97fc3d
7 changed files with 12 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ dependent_startup_wait_for=start:exited
{% if not skip_ledd %}
[program:ledd]
command=/usr/bin/ledd
command=/usr/local/bin/ledd
priority=5
autostart=false
autorestart=false