mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-29 17:22:33 +00:00
[build] Fix build issue in docker-ptf-sai caused by setuptools_scm new release (#16636)
docker-ptf-sai build fails on setuptools_scm's new release on 09/20/2023. Use old version instead.
This commit is contained in:
@@ -21,6 +21,9 @@ RUN pip3 install crc16 \
|
||||
importlib-metadata \
|
||||
xmlrunner
|
||||
|
||||
# 8.0.1 breaks build on 09/20/2023
|
||||
RUN pip3 install setuptools_scm==7.1.0
|
||||
|
||||
COPY \
|
||||
{% for deb in docker_ptf_sai_debs.split(' ') -%}
|
||||
debs/{{ deb }}{{' '}}
|
||||
|
||||
Reference in New Issue
Block a user