Pin mmh3 package version in sonic-slave-stretch docker (#14463) (#14470)

Why I did it
mmh3's new version 3.1.0 breaks pipeline build.
bullseye/buster/jessie pined the version to 2.5.1

How I did it
Pin mmh3's version as other dists.

How to verify it

Co-authored-by: Liu Shilong <shilongliu@microsoft.com>
This commit is contained in:
mssonicbld 2023-04-14 18:42:14 +08:00 committed by GitHub
parent c73b81eb95
commit cb21b2126e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,7 @@ RUN pip2 install Pympler==0.8
RUN pip3 install pyang==2.4.0
# For mgmt-framework build
RUN pip2 install mmh3
RUN pip2 install mmh3==2.5.1
# Install dependencies for isc-dhcp-relay build
RUN apt-get -y build-dep isc-dhcp