Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove python .whl package dependency to swsssdk #265

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

liuh-80
Copy link
Contributor

@liuh-80 liuh-80 commented Jul 18, 2022

- What I did
Update setup.py to remove python .whl package dependency to swsssdk.

- How I did it
Update setup.py and remove dependency.

- How to verify it
Pass all UT.

- Description for the changelog
Update setup.py to remove python .whl package dependency to swsssdk.

@@ -1,7 +1,6 @@
from setuptools import setup, find_packages

dependencies = [
'swsssdk>=2.0.1',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need remove this line to remove .whl package dependency to swsssdk package.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_deps = [

Do you need add swsssdk into test_deps?

Refers to: setup.py:8 in 10d6c3e. [](commit_id = 10d6c3e, deletion_comment = False)

Will check if add to test_deps can pass build image.

@liuh-80 liuh-80 requested a review from qiluo-msft July 18, 2022 09:39
@liuh-80 liuh-80 marked this pull request as ready for review July 18, 2022 09:39
@qiluo-msft
Copy link
Contributor

qiluo-msft commented Jul 19, 2022

test_deps = [

Do you need add swsssdk into test_deps?


In reply to: 1189394081


Refers to: setup.py:8 in 10d6c3e. [](commit_id = 10d6c3e, deletion_comment = False)

@liuh-80
Copy link
Contributor Author

liuh-80 commented Jul 20, 2022

test_deps = [

Do you need add swsssdk into test_deps?

Refers to: setup.py:8 in 10d6c3e. [](commit_id = 10d6c3e, deletion_comment = False)

Fixed.

@liuh-80 liuh-80 merged commit 3bd4a23 into sonic-net:master Jul 21, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants