Lldp docker to use python3 version of sonic-db-syncd package.#6046
Lldp docker to use python3 version of sonic-db-syncd package.#6046lguohan merged 5 commits intosonic-net:masterfrom
Conversation
Changes to convert sonic-dbsyncd from python 2 to 3 Also makde lldp docker to python3 sonic-dbsyncd package. Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Abhishek Dosi <[email protected]>
jleveque
left a comment
There was a problem hiding this comment.
Do we still need to list the Python 2 swsscommon package (PYTHON_SWSSCOMMON) as a dependency in rules/docker-lldp.mk?
@jleveque No we don't need it and i wanted to remove it but saw other modules still having it even though move to python 3 so i thought there might be reason for that. |
If you're positive nothing else in the container needs it, you can remove it. We need to make a pass later and clean up other places where Python 2 packages no longer need to be installed. |
|
please resubmit the pr. the commit is no longer available. |
|
retest this please |
Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Abhishek Dosi <[email protected]>
|
retest vsimage please |
@jleveque updated to remove python2 swsscommon |
|
Retest vsimage please |
* Remove makefile and As part of #6046 we have moved to python3 of dbsyncd. Cleanup the python2 makefile and dependency. Signed-off-by: Abhishek Dosi <[email protected]> * Revert "Remove makefile and dependency for python2 of dbsyncd." This reverts commit ceaa4f8. * Fix Signed-off-by: Abhishek Dosi <[email protected]>
* Remove makefile and As part of #6046 we have moved to python3 of dbsyncd. Cleanup the python2 makefile and dependency. Signed-off-by: Abhishek Dosi <[email protected]> * Revert "Remove makefile and dependency for python2 of dbsyncd." This reverts commit ceaa4f8. * Fix Signed-off-by: Abhishek Dosi <[email protected]>
…sonic-net#6046) Made changes so that Lldp docker start using py3 of sonic-db-syncd submodule update sonic-db-syncd 5cc29a1b32d8d1f4dfbc967bfea2727c50a49c76 (HEAD -> master, origin/master, origin/HEAD) Changes to convert sonic-dbsyncd from python 2 to 3 Signed-off-by: Abhishek Dosi <[email protected]>
What I did:
Made changes so that Lldp docker start using py3 of sonic-db-syncd
submodule update sonic-db-syncd
5cc29a1b32d8d1f4dfbc967bfea2727c50a49c76 (HEAD -> master, origin/master, origin/HEAD) Changes to convert sonic-dbsyncd from python 2 to 3
How I verify:
Verify and tested local build.