sonic-host-services: Pin deepdiff to version 6.2.2 (#13310)

The deepdiff python package was recently updated to 6.2.3. As part of
this, a dependency was introduced on orjson. There's no armv8l python
wheel available for orjson, which means it needs to be built from
source. However, building it requires rust (which Buster and Bullseye
don't have a new enough version of) and maturin.

As a quick fix, pin this to version 6.2.2, before the orjson dependency
is introduced.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
Saikrishna Arcot 2023-01-09 15:32:49 -08:00 committed by GitHub
parent 991c98e560
commit a1200daf87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ setup(
'pytest',
'pyfakefs',
'sonic-py-common',
'deepdiff'
'deepdiff==6.2.2'
],
classifiers = [
'Development Status :: 3 - Alpha',