Skip to content

Commit

Permalink
[build] Fix sonic-host-services dependency issue about deepdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 11, 2023
1 parent bd8bf9e commit b94e3a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/sonic-host-services.patch/0001-tem-fix-deepdiff-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/setup.py b/setup.py
index 9ed9e10..b752cd8 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,8 @@ setup(
'pytest',
'pyfakefs',
'sonic-py-common',
- 'deepdiff'
+ # there is something wrong with latest deepdiff(6.2.3)
+ 'deepdiff==6.2.2'
],
classifiers = [
'Development Status :: 3 - Alpha',
1 change: 1 addition & 0 deletions src/sonic-host-services.patch/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0001-tem-fix-deepdiff-version.patch

0 comments on commit b94e3a2

Please sign in to comment.