Skip to content

Commit 37d1568

Browse files
committed
Switch to pip-licenses-cli
1 parent c4509e2 commit 37d1568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class EmbeddedPython(ConanFile):
2727
default_options = {
2828
"packages": None,
2929
"pip_version": "24.3.1",
30-
"pip_licenses_version": "5.0.0",
30+
"pip_licenses_version": "1.4.0",
3131
"setuptools_version": "75.3.0",
3232
"wheel_version": "0.45.0",
3333
}
@@ -139,7 +139,7 @@ def _build_bootstrap(self):
139139
f"pip=={self.options.pip_version}",
140140
f"setuptools=={self.options.setuptools_version}",
141141
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}",
143143
]
144144
options = "--no-warn-script-location --upgrade"
145145
self._run_bootstrap_py(f"-m pip install {options} {' '.join(specs)}")

0 commit comments

Comments
 (0)