File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class EmbeddedPython(ConanFile):
27
27
default_options = {
28
28
"packages" : None ,
29
29
"pip_version" : "24.3.1" ,
30
- "pip_licenses_version" : "5.0 .0" ,
30
+ "pip_licenses_version" : "1.4 .0" ,
31
31
"setuptools_version" : "75.3.0" ,
32
32
"wheel_version" : "0.45.0" ,
33
33
}
@@ -139,7 +139,7 @@ def _build_bootstrap(self):
139
139
f"pip=={ self .options .pip_version } " ,
140
140
f"setuptools=={ self .options .setuptools_version } " ,
141
141
f"wheel=={ self .options .wheel_version } " ,
142
- f"pip-licenses=={ self .options .pip_licenses_version } " ,
142
+ f"pip-licenses-cli =={ self .options .pip_licenses_version } " ,
143
143
]
144
144
options = "--no-warn-script-location --upgrade"
145
145
self ._run_bootstrap_py (f"-m pip install { options } { ' ' .join (specs )} " )
You can’t perform that action at this time.
0 commit comments