Skip to content

Commit

Permalink
Remove sonic-daemon-base package (sonic-net#5131)
Browse files Browse the repository at this point in the history
sonic-daemon-base package has been deprecated in favor of the sonic-py-common package. All related functionality has been moved there.
  • Loading branch information
jleveque authored and santhosh-kt committed Feb 25, 2021
1 parent 84ff782 commit a1e124e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 325 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ src/sonic-config-engine/**/*.pyc
src/sonic-config-engine/build
src/sonic-config-engine/sonic_config_engine.egg-info

src/sonic-daemon-base/**/*.pyc
src/sonic-daemon-base/build
src/sonic-daemon-base/sonic_daemon_base.egg-info

src/sonic-py-common/**/*.pyc
src/sonic-py-common/.eggs/
src/sonic-py-common/build
Expand Down
6 changes: 0 additions & 6 deletions files/build_templates/sonic_debian_extension.j2
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@ sudo cp {{platform_common_py2_wheel_path}} $FILESYSTEM_ROOT/$PLATFORM_COMMON_PY2
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install $PLATFORM_COMMON_PY2_WHEEL_NAME
sudo rm -rf $FILESYSTEM_ROOT/$PLATFORM_COMMON_PY2_WHEEL_NAME

# Install sonic-daemon-base Python 2 package
DAEMON_BASE_PY2_WHEEL_NAME=$(basename {{daemon_base_py2_wheel_path}})
sudo cp {{daemon_base_py2_wheel_path}} $FILESYSTEM_ROOT/$DAEMON_BASE_PY2_WHEEL_NAME
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install $DAEMON_BASE_PY2_WHEEL_NAME
sudo rm -rf $FILESYSTEM_ROOT/$DAEMON_BASE_PY2_WHEEL_NAME

# Install built Python Click package (and its dependencies via 'apt-get -y install -f')
# Do this before installing sonic-utilities so that it doesn't attempt to install
# an older version as part of its dependencies
Expand Down
10 changes: 0 additions & 10 deletions rules/sonic-daemon-base.dep

This file was deleted.

8 changes: 0 additions & 8 deletions rules/sonic-daemon-base.mk

This file was deleted.

30 changes: 0 additions & 30 deletions src/sonic-daemon-base/setup.py

This file was deleted.

Empty file.
217 changes: 0 additions & 217 deletions src/sonic-daemon-base/sonic_daemon_base/daemon_base.py

This file was deleted.

50 changes: 0 additions & 50 deletions src/sonic-daemon-base/sonic_daemon_base/task_base.py

This file was deleted.

0 comments on commit a1e124e

Please sign in to comment.