mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-23 16:27:15 +00:00
[sonic-config-engine] Pin 'importlib-resources' package to v3.3.1 for Python 2 (#6288)
importlib-resources v4.0.0 was released today (2020-12-23) and drops support for Python 2. This caused the sonic-config-engine Python 2 wheel build to fail. Reference: https://pypi.org/project/importlib-resources/ Pin 'importlib-resources' package to v3.3.1 for Python 2 Unrelated: remove pinned version of zipp for sonic-bgpcfgd because we no longer build a Python 2 version of that package
This commit is contained in:
@@ -30,7 +30,8 @@ else:
|
||||
'future',
|
||||
'Jinja2<3.0.0',
|
||||
'pyangbind==0.6.0',
|
||||
'zipp==1.2.0', # importlib-resources needs zipp and seems to have a bug where it will try to install too new of a version for Python 2
|
||||
'zipp==1.2.0', # importlib-resources needs zipp and seems to have a bug where it will try to install too new of a version for Python 2
|
||||
'importlib-resources==3.3.1' # importlib-resources v4.0.0 was released 2020-12-23 and drops support for Python 2
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user